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=27
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=28",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=26",
    "results": [
        {
            "matrix_id": "MA1632.1",
            "name": "ATF2",
            "collection": "CORE",
            "base_id": "MA1632",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1632.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1632.1/"
        },
        {
            "matrix_id": "MA1632.2",
            "name": "ATF2",
            "collection": "CORE",
            "base_id": "MA1632",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1632.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1632.2/"
        },
        {
            "matrix_id": "UN1073.1",
            "name": "ATF2::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN1073",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1073.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1073.1/"
        },
        {
            "matrix_id": "MA0605.2",
            "name": "ATF3",
            "collection": "CORE",
            "base_id": "MA0605",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0605.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0605.2/"
        },
        {
            "matrix_id": "MA0605.3",
            "name": "ATF3",
            "collection": "CORE",
            "base_id": "MA0605",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0605.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0605.3/"
        },
        {
            "matrix_id": "UN1109.1",
            "name": "ATF3::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1109",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1109.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1109.1/"
        },
        {
            "matrix_id": "UN1167.1",
            "name": "ATF3::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN1167",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1167.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1167.1/"
        },
        {
            "matrix_id": "UN0896.1",
            "name": "ATF3::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN0896",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0896.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0896.1/"
        },
        {
            "matrix_id": "MA0833.1",
            "name": "ATF4",
            "collection": "CORE",
            "base_id": "MA0833",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0833.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0833.1/"
        },
        {
            "matrix_id": "MA0833.2",
            "name": "ATF4",
            "collection": "CORE",
            "base_id": "MA0833",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0833.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0833.2/"
        }
    ]
}