GET /{source}/{id}/textMinedTerms
Summary: Get text-mined terms
Operation ID: getTextMinedTerms
Auth: none
Operation ID: getTextMinedTerms
Auth: none
Description
Retrieve text-mined annotations for a publication.
Parameters (6)
callback
(string, query, optional)
JSONP callback function name.
format
(string, query, optional, default: xml)
Response format.
Constraints: {'enum': ['xml', 'json']}
id
(string, path, required)
Publication identifier.
page
(integer, query, optional, default: 1)
Page number (starts at 1).
pageSize
(integer, query, optional, default: 25)
Results per page (1-1000).
Constraints: {'minimum': 1, 'maximum': 1000}
source
(string, path, required)
Data source code.
Constraints: {'enum': ['AGR', 'CBA', 'CTX', 'ETH', 'HIR', 'MED', 'PAT', 'PMC', 'PPR']}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get text-mined terms for PubMed article (XML default) | curl |
https://www.ebi.ac.uk/europepmc/webservices/rest/MED/30012345/textMinedTerms |
|
| Get text-mined terms for PMC article in JSON with larger page size | curl |
https://www.ebi.ac.uk/europepmc/webservices/rest/PMC/PMC8923456/textMinedTerms?format=json&pageSize=50 |
|
| Get text-mined terms for a patent | curl |
https://www.ebi.ac.uk/europepmc/webservices/rest/PAT/US20200123456/textMinedTerms?format=json |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:19:09.001251 | 404 | 151ms | |
| 2026-03-23 09:26:45.962950 | 404 | 130ms | |
| 2026-03-23 09:22:18.370795 | 404 | 158ms |