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=174
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=175", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=173", "results": [ { "matrix_id": "MA1110.1", "name": "NR1H4", "collection": "CORE", "base_id": "MA1110", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1110.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1110.1/" }, { "matrix_id": "MA1146.1", "name": "NR1H4::RXRA", "collection": "CORE", "base_id": "MA1146", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1146.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1146.1/" }, { "matrix_id": "MA1533.1", "name": "NR1I2", "collection": "CORE", "base_id": "MA1533", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1533.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1533.1/" }, { "matrix_id": "MA1534.1", "name": "NR1I3", "collection": "CORE", "base_id": "MA1534", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1534.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1534.1/" }, { "matrix_id": "MA1535.1", "name": "NR2C1", "collection": "CORE", "base_id": "MA1535", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1535.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1535.1/" }, { "matrix_id": "MA0504.1", "name": "NR2C2", "collection": "CORE", "base_id": "MA0504", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0504.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0504.1/" }, { "matrix_id": "MA1536.1", "name": "NR2C2(var.2)", "collection": "CORE", "base_id": "MA1536", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1536.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1536.1/" }, { "matrix_id": "MA0017.1", "name": "NR2F1", "collection": "CORE", "base_id": "MA0017", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0017.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0017.1/" }, { "matrix_id": "MA0017.2", "name": "NR2F1", "collection": "CORE", "base_id": "MA0017", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0017.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0017.2/" }, { "matrix_id": "MA1537.1", "name": "NR2F1(var.2)", "collection": "CORE", "base_id": "MA1537", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1537.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1537.1/" } ] }