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=49
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=50", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=48", "results": [ { "matrix_id": "MA1004.1", "name": "ERF13", "collection": "CORE", "base_id": "MA1004", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1004.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1004.1/" }, { "matrix_id": "MA1254.1", "name": "ERF13", "collection": "CORE", "base_id": "MA1254", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1254.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1254.1/" }, { "matrix_id": "MA1231.1", "name": "ERF15", "collection": "CORE", "base_id": "MA1231", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1231.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1231.1/" }, { "matrix_id": "MA0567.1", "name": "ERF1B", "collection": "CORE", "base_id": "MA0567", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0567.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0567.1/" }, { "matrix_id": "MA1262.1", "name": "ERF2", "collection": "CORE", "base_id": "MA1262", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1262.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1262.1/" }, { "matrix_id": "MA1005.1", "name": "ERF3", "collection": "CORE", "base_id": "MA1005", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1005.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1005.1/" }, { "matrix_id": "MA1238.1", "name": "ERF38", "collection": "CORE", "base_id": "MA1238", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1238.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1238.1/" }, { "matrix_id": "MA0992.1", "name": "ERF4", "collection": "CORE", "base_id": "MA0992", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0992.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0992.1/" }, { "matrix_id": "MA1225.1", "name": "ERF5", "collection": "CORE", "base_id": "MA1225", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1225.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1225.1/" }, { "matrix_id": "MA1006.1", "name": "ERF6", "collection": "CORE", "base_id": "MA1006", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1006.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1006.1/" } ] }