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=50
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=51", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=49", "results": [ { "matrix_id": "MA0993.1", "name": "ERF7", "collection": "CORE", "base_id": "MA0993", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0993.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0993.1/" }, { "matrix_id": "MA0994.1", "name": "ERF8", "collection": "CORE", "base_id": "MA0994", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0994.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0994.1/" }, { "matrix_id": "MA1257.1", "name": "ERF9", "collection": "CORE", "base_id": "MA1257", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1257.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1257.1/" }, { "matrix_id": "MA0474.2", "name": "ERG", "collection": "CORE", "base_id": "MA0474", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0474.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0474.2/" }, { "matrix_id": "MA0420.1", "name": "ERT1", "collection": "CORE", "base_id": "MA0420", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0420.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0420.1/" }, { "matrix_id": "MA1264.1", "name": "ESE1", "collection": "CORE", "base_id": "MA1264", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1264.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1264.1/" }, { "matrix_id": "MA1236.1", "name": "ESE3", "collection": "CORE", "base_id": "MA1236", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1236.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1236.1/" }, { "matrix_id": "MA0112.1", "name": "ESR1", "collection": "CORE", "base_id": "MA0112", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0112.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0112.1/" }, { "matrix_id": "MA0112.2", "name": "ESR1", "collection": "CORE", "base_id": "MA0112", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0112.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0112.2/" }, { "matrix_id": "MA0112.3", "name": "ESR1", "collection": "CORE", "base_id": "MA0112", "version": "3", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0112.3.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0112.3/" } ] }