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=552
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=553", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=551", "results": [ { "matrix_id": "MA1446.1", "name": "daf-16", "collection": "CORE", "base_id": "MA1446", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1446.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1446.1/" }, { "matrix_id": "MA1446.2", "name": "daf-16", "collection": "CORE", "base_id": "MA1446", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1446.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1446.2/" }, { "matrix_id": "UN0698.1", "name": "daf-19", "collection": "UNVALIDATED", "base_id": "UN0698", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0698.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0698.1/" }, { "matrix_id": "MA2212.1", "name": "dar1", "collection": "CORE", "base_id": "MA2212", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2212.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2212.1/" }, { "matrix_id": "MA2756.1", "name": "dfo23", "collection": "CORE", "base_id": "MA2756", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2756.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2756.1/" }, { "matrix_id": "MA2214.1", "name": "dimm", "collection": "CORE", "base_id": "MA2214", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2214.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2214.1/" }, { "matrix_id": "UN0756.1", "name": "disco", "collection": "UNVALIDATED", "base_id": "UN0756", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0756.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0756.1/" }, { "matrix_id": "UN0757.1", "name": "disco-r", "collection": "UNVALIDATED", "base_id": "UN0757", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0757.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0757.1/" }, { "matrix_id": "MA0022.1", "name": "dl", "collection": "CORE", "base_id": "MA0022", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0022.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0022.1/" }, { "matrix_id": "MA0023.1", "name": "dl", "collection": "CORE", "base_id": "MA0023", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0023.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0023.1/" } ] }