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=437
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=438",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=436",
    "results": [
        {
            "matrix_id": "MA1220.1",
            "name": "TINY",
            "collection": "CORE",
            "base_id": "MA1220",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1220.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1220.1/"
        },
        {
            "matrix_id": "MA1220.2",
            "name": "TINY",
            "collection": "CORE",
            "base_id": "MA1220",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1220.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1220.2/"
        },
        {
            "matrix_id": "MA1577.1",
            "name": "TLX2",
            "collection": "CORE",
            "base_id": "MA1577",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1577.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1577.1/"
        },
        {
            "matrix_id": "MA1577.2",
            "name": "TLX2",
            "collection": "CORE",
            "base_id": "MA1577",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1577.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1577.2/"
        },
        {
            "matrix_id": "UN0922.1",
            "name": "TLX2::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0922",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0922.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0922.1/"
        },
        {
            "matrix_id": "UN1157.1",
            "name": "TLX2::FOXA1",
            "collection": "UNVALIDATED",
            "base_id": "UN1157",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1157.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1157.1/"
        },
        {
            "matrix_id": "UN1158.1",
            "name": "TLX2::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1158",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1158.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1158.1/"
        },
        {
            "matrix_id": "MA2685.1",
            "name": "TLX3",
            "collection": "CORE",
            "base_id": "MA2685",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2685.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2685.1/"
        },
        {
            "matrix_id": "MA2502.1",
            "name": "TMF",
            "collection": "CORE",
            "base_id": "MA2502",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2502.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2502.1/"
        },
        {
            "matrix_id": "MA0350.1",
            "name": "TOD6",
            "collection": "CORE",
            "base_id": "MA0350",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0350.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0350.1/"
        }
    ]
}