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=175
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=176", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=174", "results": [ { "matrix_id": "MA1538.1", "name": "NR2F1(var.3)", "collection": "CORE", "base_id": "MA1538", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1538.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1538.1/" }, { "matrix_id": "MA1111.1", "name": "NR2F2", "collection": "CORE", "base_id": "MA1111", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1111.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1111.1/" }, { "matrix_id": "MA1539.1", "name": "NR2F6(var.3)", "collection": "CORE", "base_id": "MA1539", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1539.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1539.1/" }, { "matrix_id": "MA0113.1", "name": "NR3C1", "collection": "CORE", "base_id": "MA0113", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0113.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0113.1/" }, { "matrix_id": "MA0113.2", "name": "NR3C1", "collection": "CORE", "base_id": "MA0113", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0113.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0113.2/" }, { "matrix_id": "MA0113.3", "name": "NR3C1", "collection": "CORE", "base_id": "MA0113", "version": "3", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0113.3.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0113.3/" }, { "matrix_id": "MA0727.1", "name": "NR3C2", "collection": "CORE", "base_id": "MA0727", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0727.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0727.1/" }, { "matrix_id": "MA1112.1", "name": "NR4A1", "collection": "CORE", "base_id": "MA1112", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1112.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1112.1/" }, { "matrix_id": "MA1112.2", "name": "NR4A1", "collection": "CORE", "base_id": "MA1112", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1112.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1112.2/" }, { "matrix_id": "MA0160.1", "name": "NR4A2", "collection": "CORE", "base_id": "MA0160", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0160.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0160.1/" } ] }