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=144
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=145",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=143",
    "results": [
        {
            "matrix_id": "UN0528.2",
            "name": "FLI1::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0528",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0528.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0528.2/"
        },
        {
            "matrix_id": "UN0529.1",
            "name": "FLI1::FIGLA",
            "collection": "UNVALIDATED",
            "base_id": "UN0529",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0529.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0529.1/"
        },
        {
            "matrix_id": "UN0529.2",
            "name": "FLI1::FIGLA",
            "collection": "UNVALIDATED",
            "base_id": "UN0529",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0529.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0529.2/"
        },
        {
            "matrix_id": "MA1950.1",
            "name": "FLI1::FOXI1",
            "collection": "CORE",
            "base_id": "MA1950",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1950.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1950.1/"
        },
        {
            "matrix_id": "UN0530.1",
            "name": "FLI1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0530",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0530.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0530.1/"
        },
        {
            "matrix_id": "MA1950.2",
            "name": "FLI1::FOXI1",
            "collection": "CORE",
            "base_id": "MA1950",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1950.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1950.2/"
        },
        {
            "matrix_id": "UN0530.2",
            "name": "FLI1::FOXI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0530",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0530.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0530.2/"
        },
        {
            "matrix_id": "UN1002.1",
            "name": "FLI1::HOXA2",
            "collection": "UNVALIDATED",
            "base_id": "UN1002",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1002.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1002.1/"
        },
        {
            "matrix_id": "UN0531.1",
            "name": "FLI1::HOXB13",
            "collection": "UNVALIDATED",
            "base_id": "UN0531",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0531.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0531.1/"
        },
        {
            "matrix_id": "UN0532.1",
            "name": "FLI1::MAX",
            "collection": "UNVALIDATED",
            "base_id": "UN0532",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0532.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0532.1/"
        }
    ]
}