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=32
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=33", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=31", "results": [ { "matrix_id": "MA0178.1", "name": "CG32105", "collection": "CORE", "base_id": "MA0178", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0178.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0178.1/" }, { "matrix_id": "MA0179.1", "name": "CG32532", "collection": "CORE", "base_id": "MA0179", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0179.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0179.1/" }, { "matrix_id": "MA0444.1", "name": "CG34031", "collection": "CORE", "base_id": "MA0444", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0444.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0444.1/" }, { "matrix_id": "MA0182.1", "name": "CG4328-RA", "collection": "CORE", "base_id": "MA0182", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0182.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0182.1/" }, { "matrix_id": "MA0184.1", "name": "CG9876", "collection": "CORE", "base_id": "MA0184", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0184.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0184.1/" }, { "matrix_id": "PF0081.1", "name": "CGGAARNGGCNG", "collection": "PHYLOFACTS", "base_id": "PF0081", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0081.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0081.1/" }, { "matrix_id": "PF0070.1", "name": "CGTSACG", "collection": "PHYLOFACTS", "base_id": "PF0070", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0070.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0070.1/" }, { "matrix_id": "MA0283.1", "name": "CHA4", "collection": "CORE", "base_id": "MA0283", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0283.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0283.1/" }, { "matrix_id": "MA0284.1", "name": "CIN5", "collection": "CORE", "base_id": "MA0284", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0284.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0284.1/" }, { "matrix_id": "MA0819.1", "name": "CLOCK", "collection": "CORE", "base_id": "MA0819", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0819.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0819.1/" } ] }