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=157
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=158",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=156",
    "results": [
        {
            "matrix_id": "MA1955.2",
            "name": "FOXO1::ELK3",
            "collection": "CORE",
            "base_id": "MA1955",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1955.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1955.2/"
        },
        {
            "matrix_id": "MA1956.1",
            "name": "FOXO1::FLI1",
            "collection": "CORE",
            "base_id": "MA1956",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1956.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1956.1/"
        },
        {
            "matrix_id": "MA1956.2",
            "name": "FOXO1::FLI1",
            "collection": "CORE",
            "base_id": "MA1956",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1956.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1956.2/"
        },
        {
            "matrix_id": "UN1022.1",
            "name": "FOXO1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1022",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1022.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1022.1/"
        },
        {
            "matrix_id": "MA0157.1",
            "name": "FOXO3",
            "collection": "CORE",
            "base_id": "MA0157",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0157.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0157.1/"
        },
        {
            "matrix_id": "MA0157.2",
            "name": "FOXO3",
            "collection": "CORE",
            "base_id": "MA0157",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0157.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0157.2/"
        },
        {
            "matrix_id": "UN1023.1",
            "name": "FOXO3::ELF2",
            "collection": "UNVALIDATED",
            "base_id": "UN1023",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1023.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1023.1/"
        },
        {
            "matrix_id": "MA0848.1",
            "name": "FOXO4",
            "collection": "CORE",
            "base_id": "MA0848",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0848.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0848.1/"
        },
        {
            "matrix_id": "MA0849.1",
            "name": "FOXO6",
            "collection": "CORE",
            "base_id": "MA0849",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0849.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0849.1/"
        },
        {
            "matrix_id": "UN1024.1",
            "name": "FOXO6::ELF2",
            "collection": "UNVALIDATED",
            "base_id": "UN1024",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1024.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1024.1/"
        }
    ]
}