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=104
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=105",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=103",
    "results": [
        {
            "matrix_id": "UN0494.1",
            "name": "ELK1::EOMES",
            "collection": "UNVALIDATED",
            "base_id": "UN0494",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0494.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0494.1/"
        },
        {
            "matrix_id": "UN0495.1",
            "name": "ELK1::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0495",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0495.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0495.1/"
        },
        {
            "matrix_id": "UN0495.2",
            "name": "ELK1::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0495",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0495.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0495.2/"
        },
        {
            "matrix_id": "UN0496.1",
            "name": "ELK1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0496",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0496.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0496.1/"
        },
        {
            "matrix_id": "UN0497.1",
            "name": "ELK1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0497",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0497.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0497.1/"
        },
        {
            "matrix_id": "UN0496.2",
            "name": "ELK1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0496",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0496.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0496.2/"
        },
        {
            "matrix_id": "MA1931.1",
            "name": "ELK1::HOXA1",
            "collection": "CORE",
            "base_id": "MA1931",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1931.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1931.1/"
        },
        {
            "matrix_id": "UN0965.1",
            "name": "ELK1::HOXA2",
            "collection": "UNVALIDATED",
            "base_id": "UN0965",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0965.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0965.1/"
        },
        {
            "matrix_id": "UN0498.1",
            "name": "ELK1::HOXA3",
            "collection": "UNVALIDATED",
            "base_id": "UN0498",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0498.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0498.1/"
        },
        {
            "matrix_id": "UN0498.2",
            "name": "ELK1::HOXA3",
            "collection": "UNVALIDATED",
            "base_id": "UN0498",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0498.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0498.2/"
        }
    ]
}