This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/collections/CORE/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4279,
    "next": "https://jaspar.elixir.no/api/v1/collections/CORE/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "matrix_id": "MA0265.1",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0265",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0265.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0265.1/"
        },
        {
            "matrix_id": "MA0570.1",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0570",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0570.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0570.1/"
        },
        {
            "matrix_id": "MA0570.2",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0570",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0570.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0570.2/"
        },
        {
            "matrix_id": "MA0265.2",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0265",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0265.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0265.2/"
        },
        {
            "matrix_id": "MA0265.3",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0265",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0265.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0265.3/"
        },
        {
            "matrix_id": "MA0570.3",
            "name": "ABF1",
            "collection": "CORE",
            "base_id": "MA0570",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0570.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0570.3/"
        },
        {
            "matrix_id": "MA0266.1",
            "name": "ABF2",
            "collection": "CORE",
            "base_id": "MA0266",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0266.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0266.1/"
        },
        {
            "matrix_id": "MA0941.1",
            "name": "ABF2",
            "collection": "CORE",
            "base_id": "MA0941",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0941.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0941.1/"
        },
        {
            "matrix_id": "MA0266.2",
            "name": "ABF2",
            "collection": "CORE",
            "base_id": "MA0266",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0266.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0266.2/"
        },
        {
            "matrix_id": "MA0941.2",
            "name": "ABF2",
            "collection": "CORE",
            "base_id": "MA0941",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0941.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0941.2/"
        }
    ]
}