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=80
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=81", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=79", "results": [ { "matrix_id": "MA0905.1", "name": "HOXC10", "collection": "CORE", "base_id": "MA0905", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0905.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0905.1/" }, { "matrix_id": "MA0651.1", "name": "HOXC11", "collection": "CORE", "base_id": "MA0651", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0651.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0651.1/" }, { "matrix_id": "MA0906.1", "name": "HOXC12", "collection": "CORE", "base_id": "MA0906", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0906.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0906.1/" }, { "matrix_id": "MA0907.1", "name": "HOXC13", "collection": "CORE", "base_id": "MA0907", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0907.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0907.1/" }, { "matrix_id": "MA0908.1", "name": "HOXD11", "collection": "CORE", "base_id": "MA0908", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0908.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0908.1/" }, { "matrix_id": "MA0873.1", "name": "HOXD12", "collection": "CORE", "base_id": "MA0873", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0873.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0873.1/" }, { "matrix_id": "MA0909.1", "name": "HOXD13", "collection": "CORE", "base_id": "MA0909", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0909.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0909.1/" }, { "matrix_id": "MA0319.1", "name": "HSF1", "collection": "CORE", "base_id": "MA0319", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0319.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0319.1/" }, { "matrix_id": "MA0486.1", "name": "HSF1", "collection": "CORE", "base_id": "MA0486", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0486.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0486.1/" }, { "matrix_id": "MA0486.2", "name": "HSF1", "collection": "CORE", "base_id": "MA0486", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0486.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0486.2/" } ] }