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=379
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=380",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=378",
    "results": [
        {
            "matrix_id": "MA0743.3",
            "name": "SCRT1",
            "collection": "CORE",
            "base_id": "MA0743",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0743.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0743.3/"
        },
        {
            "matrix_id": "MA0744.1",
            "name": "SCRT2",
            "collection": "CORE",
            "base_id": "MA0744",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0744.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0744.1/"
        },
        {
            "matrix_id": "MA0744.2",
            "name": "SCRT2",
            "collection": "CORE",
            "base_id": "MA0744",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0744.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0744.2/"
        },
        {
            "matrix_id": "MA0744.3",
            "name": "SCRT2",
            "collection": "CORE",
            "base_id": "MA0744",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0744.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0744.3/"
        },
        {
            "matrix_id": "UN1129.1",
            "name": "SCRT2::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1129",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1129.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1129.1/"
        },
        {
            "matrix_id": "MA2705.1",
            "name": "SDD4",
            "collection": "CORE",
            "base_id": "MA2705",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2705.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2705.1/"
        },
        {
            "matrix_id": "MA0584.1",
            "name": "SEP1",
            "collection": "CORE",
            "base_id": "MA0584",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0584.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0584.1/"
        },
        {
            "matrix_id": "MA0584.2",
            "name": "SEP1",
            "collection": "CORE",
            "base_id": "MA0584",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0584.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0584.2/"
        },
        {
            "matrix_id": "MA0563.1",
            "name": "SEP3",
            "collection": "CORE",
            "base_id": "MA0563",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0563.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0563.1/"
        },
        {
            "matrix_id": "MA0563.2",
            "name": "SEP3",
            "collection": "CORE",
            "base_id": "MA0563",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0563.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0563.2/"
        }
    ]
}