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=247
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=248",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=246",
    "results": [
        {
            "matrix_id": "UN0424.1",
            "name": "LEC1-A",
            "collection": "UNVALIDATED",
            "base_id": "UN0424",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0424.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0424.1/"
        },
        {
            "matrix_id": "UN0422.2",
            "name": "LEC1-A",
            "collection": "UNVALIDATED",
            "base_id": "UN0422",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0422.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0422.2/"
        },
        {
            "matrix_id": "UN0423.2",
            "name": "LEC1-A",
            "collection": "UNVALIDATED",
            "base_id": "UN0423",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0423.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0423.2/"
        },
        {
            "matrix_id": "UN0424.2",
            "name": "LEC1-A",
            "collection": "UNVALIDATED",
            "base_id": "UN0424",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0424.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0424.2/"
        },
        {
            "matrix_id": "MA0581.1",
            "name": "LEC2",
            "collection": "CORE",
            "base_id": "MA0581",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0581.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0581.1/"
        },
        {
            "matrix_id": "MA0581.2",
            "name": "LEC2",
            "collection": "CORE",
            "base_id": "MA0581",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0581.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0581.2/"
        },
        {
            "matrix_id": "MA0768.1",
            "name": "LEF1",
            "collection": "CORE",
            "base_id": "MA0768",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0768.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0768.1/"
        },
        {
            "matrix_id": "MA1246.1",
            "name": "LEP",
            "collection": "CORE",
            "base_id": "MA1246",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1246.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1246.1/"
        },
        {
            "matrix_id": "MA1246.2",
            "name": "LEP",
            "collection": "CORE",
            "base_id": "MA1246",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1246.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1246.2/"
        },
        {
            "matrix_id": "MA0324.1",
            "name": "LEU3",
            "collection": "CORE",
            "base_id": "MA0324",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0324.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0324.1/"
        }
    ]
}