Browsable API
Collection List
This is JASPAR browsable API, which provides easy-to-use REST web interface to query/retrieve matrix profile data from JASPAR database. The API comes with a human browsable interface and also programmatic interface, which return the results in eight different formats, including
json
, jsonp
, jaspar
, transfac
, pfm
, meme
and yaml
, bed
and also api
for browsable interface.
API endpoint that returns a list of all collection names.
GET /api/v1/collections
HTTP 200 OK
Vary: Accept
Content-Type: text/html; charset=utf-8
Allow: GET, HEAD, OPTIONS
{
"count": 10,
"results": [
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/CNE/",
"name": "CNE"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/CORE/",
"name": "CORE"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/FAM/",
"name": "FAM"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/PBM/",
"name": "PBM"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/PBM_HLH/",
"name": "PBM_HLH"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/PBM_HOMEO/",
"name": "PBM_HOMEO"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/PHYLOFACTS/",
"name": "PHYLOFACTS"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/POLII/",
"name": "POLII"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/SPLICE/",
"name": "SPLICE"
},
{
"url": "http://jaspar2020.genereg.net/api/v1/collections/UNVALIDATED/",
"name": "UNVALIDATED"
}
]
}