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=176
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=177", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=175", "results": [ { "matrix_id": "MA1147.1", "name": "NR4A2::RXRA", "collection": "CORE", "base_id": "MA1147", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1147.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1147.1/" }, { "matrix_id": "MA1540.1", "name": "NR5A1", "collection": "CORE", "base_id": "MA1540", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1540.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1540.1/" }, { "matrix_id": "MA1541.1", "name": "NR6A1", "collection": "CORE", "base_id": "MA1541", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1541.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1541.1/" }, { "matrix_id": "MA0506.1", "name": "NRF1", "collection": "CORE", "base_id": "MA0506", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0506.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0506.1/" }, { "matrix_id": "MA0347.1", "name": "NRG1", "collection": "CORE", "base_id": "MA0347", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0347.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0347.1/" }, { "matrix_id": "MA0842.1", "name": "NRL", "collection": "CORE", "base_id": "MA0842", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0842.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0842.1/" }, { "matrix_id": "MA0842.2", "name": "NRL", "collection": "CORE", "base_id": "MA0842", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0842.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0842.2/" }, { "matrix_id": "MA0421.1", "name": "NSI1", "collection": "CORE", "base_id": "MA0421", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0421.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0421.1/" }, { "matrix_id": "MA1678.1", "name": "NTL8", "collection": "CORE", "base_id": "MA1678", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1678.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1678.1/" }, { "matrix_id": "MA1046.1", "name": "NTL9", "collection": "CORE", "base_id": "MA1046", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1046.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1046.1/" } ] }