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=478
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=479",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=477",
    "results": [
        {
            "matrix_id": "MA2489.1",
            "name": "ZFP28",
            "collection": "CORE",
            "base_id": "MA2489",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2489.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2489.1/"
        },
        {
            "matrix_id": "MA2490.1",
            "name": "ZFP3",
            "collection": "CORE",
            "base_id": "MA2490",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2490.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2490.1/"
        },
        {
            "matrix_id": "UN1264.1",
            "name": "ZFP30",
            "collection": "UNVALIDATED",
            "base_id": "UN1264",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1264.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1264.1/"
        },
        {
            "matrix_id": "UN0154.1",
            "name": "ZFP41",
            "collection": "UNVALIDATED",
            "base_id": "UN0154",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0154.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0154.1/"
        },
        {
            "matrix_id": "UN0154.2",
            "name": "ZFP41",
            "collection": "UNVALIDATED",
            "base_id": "UN0154",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0154.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0154.2/"
        },
        {
            "matrix_id": "MA1651.1",
            "name": "ZFP42",
            "collection": "CORE",
            "base_id": "MA1651",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1651.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1651.1/"
        },
        {
            "matrix_id": "MA1651.2",
            "name": "ZFP42",
            "collection": "CORE",
            "base_id": "MA1651",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1651.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1651.2/"
        },
        {
            "matrix_id": "MA1583.1",
            "name": "ZFP57",
            "collection": "CORE",
            "base_id": "MA1583",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1583.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1583.1/"
        },
        {
            "matrix_id": "MA1583.2",
            "name": "ZFP57",
            "collection": "CORE",
            "base_id": "MA1583",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1583.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1583.2/"
        },
        {
            "matrix_id": "UN0155.1",
            "name": "ZFP64",
            "collection": "UNVALIDATED",
            "base_id": "UN0155",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0155.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0155.1/"
        }
    ]
}