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=172
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=173",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=171",
    "results": [
        {
            "matrix_id": "UN1207.1",
            "name": "GATA4::TBX6",
            "collection": "UNVALIDATED",
            "base_id": "UN1207",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1207.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1207.1/"
        },
        {
            "matrix_id": "UN1208.1",
            "name": "GATA4::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1208",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1208.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1208.1/"
        },
        {
            "matrix_id": "MA0766.1",
            "name": "GATA5",
            "collection": "CORE",
            "base_id": "MA0766",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0766.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0766.1/"
        },
        {
            "matrix_id": "MA0766.2",
            "name": "GATA5",
            "collection": "CORE",
            "base_id": "MA0766",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0766.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0766.2/"
        },
        {
            "matrix_id": "MA0766.3",
            "name": "GATA5",
            "collection": "CORE",
            "base_id": "MA0766",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0766.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0766.3/"
        },
        {
            "matrix_id": "UN1209.1",
            "name": "GATA5::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1209",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1209.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1209.1/"
        },
        {
            "matrix_id": "UN1210.1",
            "name": "GATA5::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN1210",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1210.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1210.1/"
        },
        {
            "matrix_id": "UN1032.1",
            "name": "GATA5::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1032",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1032.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1032.1/"
        },
        {
            "matrix_id": "MA1104.1",
            "name": "GATA6",
            "collection": "CORE",
            "base_id": "MA1104",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1104.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1104.1/"
        },
        {
            "matrix_id": "MA1396.1",
            "name": "GATA6",
            "collection": "CORE",
            "base_id": "MA1396",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1396.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1396.1/"
        }
    ]
}