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=175
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=176",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=174",
    "results": [
        {
            "matrix_id": "MA0890.2",
            "name": "GBX2",
            "collection": "CORE",
            "base_id": "MA0890",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0890.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0890.2/"
        },
        {
            "matrix_id": "MA0646.1",
            "name": "GCM1",
            "collection": "CORE",
            "base_id": "MA0646",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0646.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0646.1/"
        },
        {
            "matrix_id": "MA0646.2",
            "name": "GCM1",
            "collection": "CORE",
            "base_id": "MA0646",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0646.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0646.2/"
        },
        {
            "matrix_id": "UN0540.1",
            "name": "GCM1::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0540",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0540.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0540.1/"
        },
        {
            "matrix_id": "UN0540.2",
            "name": "GCM1::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0540",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0540.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0540.2/"
        },
        {
            "matrix_id": "UN0541.1",
            "name": "GCM1::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0541",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0541.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0541.1/"
        },
        {
            "matrix_id": "UN0541.2",
            "name": "GCM1::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0541",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0541.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0541.2/"
        },
        {
            "matrix_id": "UN0542.1",
            "name": "GCM1::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0542",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0542.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0542.1/"
        },
        {
            "matrix_id": "UN0543.1",
            "name": "GCM1::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0543",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0543.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0543.1/"
        },
        {
            "matrix_id": "UN1034.1",
            "name": "GCM1::ERG",
            "collection": "UNVALIDATED",
            "base_id": "UN1034",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1034.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1034.1/"
        }
    ]
}