Matrix List
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=470
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=471", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=469", "results": [ { "matrix_id": "MA2052.1", "name": "ZAT6", "collection": "CORE", "base_id": "MA2052", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2052.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2052.1/" }, { "matrix_id": "MA2052.2", "name": "ZAT6", "collection": "CORE", "base_id": "MA2052", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2052.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2052.2/" }, { "matrix_id": "UN0842.1", "name": "ZAT7", "collection": "UNVALIDATED", "base_id": "UN0842", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0842.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0842.1/" }, { "matrix_id": "UN0417.1", "name": "ZAT9", "collection": "UNVALIDATED", "base_id": "UN0417", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0417.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0417.1/" }, { "matrix_id": "UN0417.2", "name": "ZAT9", "collection": "UNVALIDATED", "base_id": "UN0417", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0417.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0417.2/" }, { "matrix_id": "MA0749.1", "name": "ZBED1", "collection": "CORE", "base_id": "MA0749", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0749.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0749.1/" }, { "matrix_id": "MA0749.2", "name": "ZBED1", "collection": "CORE", "base_id": "MA0749", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0749.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0749.2/" }, { "matrix_id": "MA1971.1", "name": "ZBED2", "collection": "CORE", "base_id": "MA1971", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1971.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1971.1/" }, { "matrix_id": "MA1971.2", "name": "ZBED2", "collection": "CORE", "base_id": "MA1971", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1971.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1971.2/" }, { "matrix_id": "MA2328.1", "name": "ZBED4", "collection": "CORE", "base_id": "MA2328", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2328.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2328.1/" } ] }