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=154
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=155",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=153",
    "results": [
        {
            "matrix_id": "MA0042.2",
            "name": "FOXI1",
            "collection": "CORE",
            "base_id": "MA0042",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0042.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0042.2/"
        },
        {
            "matrix_id": "UN1014.1",
            "name": "FOXI1::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN1014",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1014.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1014.1/"
        },
        {
            "matrix_id": "UN1015.1",
            "name": "FOXI1::ELK3",
            "collection": "UNVALIDATED",
            "base_id": "UN1015",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1015.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1015.1/"
        },
        {
            "matrix_id": "UN1017.1",
            "name": "FOXI1::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1017",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1017.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1017.1/"
        },
        {
            "matrix_id": "UN1018.1",
            "name": "FOXI1::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN1018",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1018.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1018.1/"
        },
        {
            "matrix_id": "UN1019.1",
            "name": "FOXI1::TCF3",
            "collection": "UNVALIDATED",
            "base_id": "UN1019",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1019.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1019.1/"
        },
        {
            "matrix_id": "MA1952.1",
            "name": "FOXJ2::ELF1",
            "collection": "CORE",
            "base_id": "MA1952",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1952.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1952.1/"
        },
        {
            "matrix_id": "MA1952.2",
            "name": "FOXJ2::ELF1",
            "collection": "CORE",
            "base_id": "MA1952",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1952.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1952.2/"
        },
        {
            "matrix_id": "UN0533.1",
            "name": "FOXJ2::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0533",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0533.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0533.1/"
        },
        {
            "matrix_id": "UN0534.1",
            "name": "FOXJ2::PITX1",
            "collection": "UNVALIDATED",
            "base_id": "UN0534",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0534.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0534.1/"
        }
    ]
}