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/matrix?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=34",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=32",
    "results": [
        {
            "matrix_id": "UN1172.1",
            "name": "ATOH1::HOXC10",
            "collection": "UNVALIDATED",
            "base_id": "UN1172",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1172.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1172.1/"
        },
        {
            "matrix_id": "UN1173.1",
            "name": "ATOH1::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN1173",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1173.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1173.1/"
        },
        {
            "matrix_id": "UN1003.1",
            "name": "ATOH1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1003",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1003.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1003.1/"
        },
        {
            "matrix_id": "MA1468.1",
            "name": "ATOH7",
            "collection": "CORE",
            "base_id": "MA1468",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1468.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1468.1/"
        },
        {
            "matrix_id": "UN0436.1",
            "name": "ATbp",
            "collection": "UNVALIDATED",
            "base_id": "UN0436",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0436.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0436.1/"
        },
        {
            "matrix_id": "UN0436.2",
            "name": "ATbp",
            "collection": "UNVALIDATED",
            "base_id": "UN0436",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0436.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0436.2/"
        },
        {
            "matrix_id": "MA0277.1",
            "name": "AZF1",
            "collection": "CORE",
            "base_id": "MA0277",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0277.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0277.1/"
        },
        {
            "matrix_id": "MA2372.1",
            "name": "AZF1",
            "collection": "CORE",
            "base_id": "MA2372",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2372.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2372.1/"
        },
        {
            "matrix_id": "MA2373.1",
            "name": "AZF2",
            "collection": "CORE",
            "base_id": "MA2373",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2373.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2373.1/"
        },
        {
            "matrix_id": "MA0165.1",
            "name": "Abd-B",
            "collection": "CORE",
            "base_id": "MA0165",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0165.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0165.1/"
        }
    ]
}