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=218
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=219",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=217",
    "results": [
        {
            "matrix_id": "MA0908.2",
            "name": "HOXD11",
            "collection": "CORE",
            "base_id": "MA0908",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0908.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0908.2/"
        },
        {
            "matrix_id": "MA0873.1",
            "name": "HOXD12",
            "collection": "CORE",
            "base_id": "MA0873",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0873.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0873.1/"
        },
        {
            "matrix_id": "MA0873.2",
            "name": "HOXD12",
            "collection": "CORE",
            "base_id": "MA0873",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0873.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0873.2/"
        },
        {
            "matrix_id": "MA1958.1",
            "name": "HOXD12::ELK1",
            "collection": "CORE",
            "base_id": "MA1958",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1958.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1958.1/"
        },
        {
            "matrix_id": "MA1958.2",
            "name": "HOXD12::ELK1",
            "collection": "CORE",
            "base_id": "MA1958",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1958.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1958.2/"
        },
        {
            "matrix_id": "UN0567.1",
            "name": "HOXD12::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0567",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0567.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0567.1/"
        },
        {
            "matrix_id": "UN0567.2",
            "name": "HOXD12::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN0567",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0567.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0567.2/"
        },
        {
            "matrix_id": "UN0568.1",
            "name": "HOXD12::ETV1",
            "collection": "UNVALIDATED",
            "base_id": "UN0568",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0568.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0568.1/"
        },
        {
            "matrix_id": "UN0568.2",
            "name": "HOXD12::ETV1",
            "collection": "UNVALIDATED",
            "base_id": "UN0568",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0568.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0568.2/"
        },
        {
            "matrix_id": "UN0569.1",
            "name": "HOXD12::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN0569",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0569.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0569.1/"
        }
    ]
}