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=146
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=147", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=145", "results": [ { "matrix_id": "MA1126.2", "name": "FOS::JUN", "collection": "CORE", "base_id": "MA1126", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1126.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1126.2/" }, { "matrix_id": "MA1134.1", "name": "FOS::JUNB", "collection": "CORE", "base_id": "MA1134", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1134.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1134.1/" }, { "matrix_id": "MA1134.2", "name": "FOS::JUNB", "collection": "CORE", "base_id": "MA1134", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1134.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1134.2/" }, { "matrix_id": "MA1141.1", "name": "FOS::JUND", "collection": "CORE", "base_id": "MA1141", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1141.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1141.1/" }, { "matrix_id": "MA1141.2", "name": "FOS::JUND", "collection": "CORE", "base_id": "MA1141", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1141.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1141.2/" }, { "matrix_id": "UN0122.1", "name": "FOSB", "collection": "UNVALIDATED", "base_id": "UN0122", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0122.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0122.1/" }, { "matrix_id": "UN0122.2", "name": "FOSB", "collection": "UNVALIDATED", "base_id": "UN0122", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0122.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0122.2/" }, { "matrix_id": "MA1127.1", "name": "FOSB::JUN", "collection": "CORE", "base_id": "MA1127", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1127.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1127.1/" }, { "matrix_id": "MA1135.1", "name": "FOSB::JUNB", "collection": "CORE", "base_id": "MA1135", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1135.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1135.1/" }, { "matrix_id": "MA1136.1", "name": "FOSB::JUNB", "collection": "CORE", "base_id": "MA1136", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1136.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1136.1/" } ] }