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=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=33",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=31",
    "results": [
        {
            "matrix_id": "MA1467.1",
            "name": "ATOH1",
            "collection": "CORE",
            "base_id": "MA1467",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1467.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1467.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/"
        },
        {
            "matrix_id": "MA2189.1",
            "name": "Adf1",
            "collection": "CORE",
            "base_id": "MA2189",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2189.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2189.1/"
        },
        {
            "matrix_id": "MA2190.1",
            "name": "Aef1",
            "collection": "CORE",
            "base_id": "MA2190",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2190.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2190.1/"
        }
    ]
}