Skip to content

gbif/literature-ws

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Literature service

RESTful literature search service.

GBIF portal

https://www.gbif.org/resource/search?contentType=literature

Search and parameters

http://api.gbif.org/v1/literature/search

Parameter Value Description
q String Simple search parameter. The value for this parameter can be a simple word or a phrase.
countriesOfResearcher Country Country of institution with which author is affiliated, e.g. DK (for Denmark)
countriesOfCoverage Country Country of focus of study, e.g. BR (for Brazil)
literatureType Enum Type of literature, e.g. journal article
relevance Enum Relevance to GBIF community, see https://www.gbif.org/faq?question=literature-relevance
year Integer Year of publication
topics Enum Topic of publication
gbifDatasetKey UUID GBIF dataset referenced in publication
publishingOrganizationKey UUID Publisher whose dataset is referenced in publication
peerReview Boolean Has publication undergone peer-review?
openAccess Boolean Is publication Open Access?
gbifDownloadKey String Download referenced in publication
gbifOccurrenceKey Long Occurrence record referenced in publication
gbifTaxonKey Integer Taxon record referenced in publication
gbifHigherTaxonKey Integer Higher taxa of taxon record referenced in publication
citationType String Type of citation used in publication
doi String Digital Object Identifier (DOI)
source String Journal of publication
publisher String Publisher of journal

Find by id

http://api.gbif.org/v1/literature/{id}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages