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=36
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=37", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=35", "results": [ { "matrix_id": "PH0013.1", "name": "Cdx2", "collection": "PBM_HOMEO", "base_id": "PH0013", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0013.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0013.1/" }, { "matrix_id": "MA0102.1", "name": "Cebpa", "collection": "CORE", "base_id": "MA0102", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0102.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0102.1/" }, { "matrix_id": "MA0015.1", "name": "Cf2", "collection": "CORE", "base_id": "MA0015", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0015.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0015.1/" }, { "matrix_id": "PH0014.1", "name": "Cphx", "collection": "PBM_HOMEO", "base_id": "PH0014", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0014.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0014.1/" }, { "matrix_id": "MA0608.1", "name": "Creb3l2", "collection": "CORE", "base_id": "MA0608", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0608.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0608.1/" }, { "matrix_id": "MA0840.1", "name": "Creb5", "collection": "CORE", "base_id": "MA0840", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0840.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0840.1/" }, { "matrix_id": "MA0609.1", "name": "Crem", "collection": "CORE", "base_id": "MA0609", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0609.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0609.1/" }, { "matrix_id": "PH0015.1", "name": "Crx", "collection": "PBM_HOMEO", "base_id": "PH0015", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0015.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0015.1/" }, { "matrix_id": "MA0467.1", "name": "Crx", "collection": "CORE", "base_id": "MA0467", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0467.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0467.1/" }, { "matrix_id": "PH0016.1", "name": "Cux1_1", "collection": "PBM_HOMEO", "base_id": "PH0016", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0016.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0016.1/" } ] }