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=145
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=146", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=144", "results": [ { "matrix_id": "UN0532.2", "name": "FLI1::MAX", "collection": "UNVALIDATED", "base_id": "UN0532", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0532.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0532.2/" }, { "matrix_id": "MA2513.1", "name": "FLYWCH1", "collection": "CORE", "base_id": "MA2513", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2513.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2513.1/" }, { "matrix_id": "MA0476.1", "name": "FOS", "collection": "CORE", "base_id": "MA0476", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0476.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0476.1/" }, { "matrix_id": "MA1951.1", "name": "FOS", "collection": "CORE", "base_id": "MA1951", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1951.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1951.1/" }, { "matrix_id": "MA0476.2", "name": "FOS", "collection": "CORE", "base_id": "MA0476", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0476.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0476.2/" }, { "matrix_id": "MA1951.2", "name": "FOS", "collection": "CORE", "base_id": "MA1951", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1951.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1951.2/" }, { "matrix_id": "MA0099.2", "name": "FOS::JUN", "collection": "CORE", "base_id": "MA0099", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0099.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0099.2/" }, { "matrix_id": "MA0099.3", "name": "FOS::JUN", "collection": "CORE", "base_id": "MA0099", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0099.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0099.3/" }, { "matrix_id": "MA1126.1", "name": "FOS::JUN", "collection": "CORE", "base_id": "MA1126", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1126.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1126.1/" }, { "matrix_id": "MA0099.4", "name": "FOS::JUN", "collection": "CORE", "base_id": "MA0099", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0099.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0099.4/" } ] }