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=12
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=13", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=11", "results": [ { "matrix_id": "MA0556.1", "name": "AP3", "collection": "CORE", "base_id": "MA0556", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0556.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0556.1/" }, { "matrix_id": "MA0556.2", "name": "AP3", "collection": "CORE", "base_id": "MA0556", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0556.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0556.2/" }, { "matrix_id": "MA1843.1", "name": "AP4", "collection": "CORE", "base_id": "MA1843", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1843.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1843.1/" }, { "matrix_id": "MA1843.2", "name": "AP4", "collection": "CORE", "base_id": "MA1843", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1843.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1843.2/" }, { "matrix_id": "MA2714.1", "name": "APETALA2a", "collection": "CORE", "base_id": "MA2714", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2714.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2714.1/" }, { "matrix_id": "MA0007.2", "name": "AR", "collection": "CORE", "base_id": "MA0007", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0007.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0007.2/" }, { "matrix_id": "MA1098.1", "name": "ARALYDRAFT_484486", "collection": "CORE", "base_id": "MA1098", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1098.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1098.1/" }, { "matrix_id": "MA1097.1", "name": "ARALYDRAFT_493022", "collection": "CORE", "base_id": "MA1097", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1097.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1097.1/" }, { "matrix_id": "MA1095.1", "name": "ARALYDRAFT_495258", "collection": "CORE", "base_id": "MA1095", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1095.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1095.1/" }, { "matrix_id": "MA1096.1", "name": "ARALYDRAFT_496250", "collection": "CORE", "base_id": "MA1096", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1096.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1096.1/" } ] }