Retour : page principale > sommaire eFlore v5 > eFlore API v0.1
Ce service fournit des informations sur les noms vernaculaires.
{
Open Search Suggest (=oss) : JSON
[
{
{
Pour l'url
http://api.tela-botanica.org/service:eflore:0.1/bdnff/5.00/noms/1/nom+taxon.code
nous aurons :
{
ou dans le cas ou un nom vernaculaire est attribué à plusieurs noms scientifiques :
{
Pour l'url
http://api.tela-botanica.org/service:eflore:0.1/bdnff/5.00/noms/1/attributions
nous aurons :
{
eFlore Api v0.1 : Noms vernaculaires
Ce service fournit des informations sur les noms vernaculaires.
Descriptions des paramètres de requête du service
Ces paramètres sont optionnels et sont passés après le signe "?" dans l'URL.- masque : filtre la liste en fonction d'un masque de recherche portant sur le nom vernaculaire. Ex. : "Myrtille"
- masque.nv : filtre la liste en fonction d'un masque de recherche portant sur le nom vernaculaire. Ex. : "Myrtille"
- masque.nt" : filtre la liste en fonction d'un identifiant de taxon (num_taxonomique).
- masque.nn" : filtre la liste en fonction d'un identifiant de nom scientifique.
- masque.ns" : filtre la liste en fonction d'un nom scientifique.
- masque.czg : filtre la liste en fonction d'un masque de recherche portant sur un code de zone géographique.
- masque.lg (=*|code) : indiquer la langue dans laquelle on veut récupérer les noms vernaculaires ou * pour retourner l'ensemble des noms. Par défaut, si la langue n'est pas indiquée, ce paramètre prendra la valeur "*".
- masque.cce : filtre la liste en fonction d'un masque de recherche portant sur un code de conseil d'emploi du nom.
- recherche :
- floue : Ex. : je tape "Chene", le service retournera "Chêne" ou si je tape "Cammomille" le service retournera "Camomille".
/noms-vernaculaires
Retourne une liste de noms vernaculaires et leur identifiant. Par défaut, retourne seulement les 100 premiers noms.- Type de requête : GET
- Url : http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires?masque=Myr%
- Paramètres de requête disponibles : masque (et tous ses sous concepts : masque.nv, masque.nt...), recherche, retour.format, navigation.depart et navigation.limite.
- Format retour :
{
- "entete" : {
- "masque" : "Myr%",
- "depart" : "10",
- "limite" : "10",
- "total" : "28",
- "href.precedent" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires?masque=Myrtille&navigation.depart=0&navigation.limite=10" # URL pour obtenir les résultats précédents
- "href.suivant" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires?masque=Myrtille&navigation.depart=20&navigation.limite=10" # URL pour obtenir les résultats suivants
- },
- "resultats" : {
- "6711" : { # Identifiant du nom vernaculaire
- "nom_vernaculaire" : "nom vernaculaire",
- "href" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/6711"
- },
- "7312" : { # Identifiant du nom vernaculaire
- "nom_vernaculaire" : "nom vernaculaire",
- "href" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/7312"
- },...
- "6711" : { # Identifiant du nom vernaculaire
- }
Open Search Suggest (=oss) : JSON
[
- "masque de recherche",
- [
- "nom vernaculaire",
- "nom vernaculaire",
- "nom vernaculaire"
- ]
/noms-vernaculaires/attributions
Retourne une liste de noms vernaculaires, leur langue et leur attribution à un taxon. Par défaut, retourne seulement les 100 premiers noms.- Type de requête : GET
- Url : http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/attributions
- Paramètres de requête disponibles : masque (et tous ses sous concepts : masque.nv, masque.nt...), recherche, retour.format, navigation.depart et navigation.limite.
- Format retour :
{
- "entete" : {
- "masque" : "Myr%",
- "depart" : "10",
- "limite" : "10",
- "total" : "28",
- "href.precedent" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires?masque=Myrtille&navigation.depart=0&navigation.limite=10" # URL pour obtenir les résultats précédents
- "href.suivant" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires?masque=Myrtille&navigation.depart=20&navigation.limite=10" # URL pour obtenir les résultats suivants
- },
- "resultats" : {
- "6711" : { # Identifiant du nom vernaculaire selon la langue et l'attribution
- "id": "140", # Identifiant du nom vernaculaire
- "nom_vernaculaire" : "nom vernaculaire",
- "langue.code" : "langue",
- "taxon.code" : "projet.nt:30746",
- "taxon" : "nom taxon",
- "href" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/140"
- },
- "7312" : { # Identifiant du nom vernaculaire selon la langue et l'attribution
- "id": "140", # Identifiant du nom vernaculaire
- "nom_vernaculaire" : "nom vernaculaire",
- "langue.code" : "langue",
- "taxon.code" : "projet.nt:40350",
- "taxon" : "nom taxon",
- "href" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/140"
- },
- "3625" : { # Identifiant du nom vernaculaire selon la langue et l'attribution
- "id": "142", # Identifiant du nom vernaculaire
- "nom_vernaculaire" : "nom vernaculaire",
- "langue.code" : "langue",
- "taxon.code" : "projet.nt:40350",
- "taxon" : "nom taxon",
- "href" : "http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/142"
- },...
- "6711" : { # Identifiant du nom vernaculaire selon la langue et l'attribution
- }
/noms-vernaculaires/#id
Retourne toutes les informations sur le nom recherché- Type de requête : GET
- URI : http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms-vernaculaires/#id
- Paramètres du chemin :
- "#id" : identifiant du nom dont on veut les informations détaillées.
- Format retour :
{
- "id" : "1",
- "nom_vernaculaire" : "Chêne vert",
- "genre_nombre" : "Masculin singulier",
- "genre_nombre.code" : "EFLORE.GN:MS",
- "genre_nombre.href" : "http://api.tela-botanica.org/service:eflore:0.1/eflore/ontologie/GN:MS",
- "notes" : " ",
- "attributions" : [
- "langue" : [{
- "nom_sci" : "Acer monspessulanum L.",
- "nom_sci.code" : "BDTFX.182",
- "nom_sci.href" : "http://api.tela-botanica.org/service:eflore:0.1/bdtfx/noms/182",
- "taxon" : "Acer monspessulanum L.",
- "taxon.code" : "BDTFX.8523",
- "taxon.href" : "http://api.tela-botanica.org/service:eflore:0.1/bdtfx/taxons/nt:8523",
- "taxon.notes" : "Une note sur l'attribution de ce nom vernaculaire ce taxon. ",
- "zone_geo" : "France",
- "zone_geo.code" : "ISO-3166-1.FR",
- "zone_geo.href" : "http://api.tela-botanica.org/service:eflore:0.1/iso-3166-1/zones-geo/fr",
- "zone_geo.notes" : "Une note sur l'utilisation de ce nom vernaculaire dans la zone géographique en question."
- "conseil_emploi" : "Recommandé ou typique",
- "conseil_emploi.code" : "EFLORE.emploiNomVernaculaire:R",
- "conseil_emploi.href" : "http://api.tela-botanica.org/service:eflore:0.1/eflore/ontologies/emploiNomVernaculaire:R",
- "conseil_emploi.notes" : "Une note sur l'attribution de ce conseil d'emploi.",
- "contributeur" : "Prénom NOM"
- "contributeur.code" : "tb.423",
- "contributeur.href" : "http://api.tela-botanica.org/service:eflore:0.1/tb/personnes/423",
- "biblio" : "Coste H., 1904. A propos des Lactuca ramosissima et viminea. Société Botanique de France, Bull. Soc. bot. Fr., Bull. Soc. Bot. Fr. (1904), Tome 51, Fascicule 2 : 104",
- "biblio.code" : "BIBLIOBOTA.12664",
- "biblio.href" : "http://api.tela-botanica.org/service:eflore:0.1/BiblioBota/publications/12664"
- },...],
- "langue" : [...]
- "langue" : [{
- ]
/noms-vernaculaires/#id/#champ+#champ
Retourne l'information présent dans le champ indiqué pour le nom recherché- Type de requête : GET
- URI : http://api.tela-botanica.org/service:eflore:0.1/#projet/#version/noms/#id/#champ
- Paramètres du chemin :
- "#id" : identifiant du nom dont on veut les informations détaillées.
- "#champ" : nom du champ dont on veut l'information. Plusieurs noms peuvent être indiqué en les séparant par le caractère "+".
- Format retour :
Pour l'url
http://api.tela-botanica.org/service:eflore:0.1/bdnff/5.00/noms/1/nom+taxon.code
nous aurons :
{
- "id" : "1",
- "nom" : "Chêne vert",
- "attributions" : [{
- "taxon.code" : "BDTFX.8523"
- }]
ou dans le cas ou un nom vernaculaire est attribué à plusieurs noms scientifiques :
{
- "id" : "2",
- "nom" : "Érable",
- "attributions" : [{
- "taxon.code" : "BDTFX.8523"
- },
- {
- "taxon.code" : "BDTFX.7428"
- },...
- ]
Pour l'url
http://api.tela-botanica.org/service:eflore:0.1/bdnff/5.00/noms/1/attributions
nous aurons :
{
- "id" : "1",
- "attributions" : [{
- "nom_sci" : "Acer monspessulanum L.",
- "nom_sci.code" : "BDTFX.182",
- "nom_sci.href" : "http://api.tela-botanica.org/service:eflore:0.1/bdtfx/noms/182",
- "taxon" : "Acer monspessulanum L.",
- "taxon.code" : "BDTFX.8523",
- "taxon.href" : "http://api.tela-botanica.org/service:eflore:0.1/bdtfx/taxons/nt:8523",
- "taxon.notes" : "Une note sur l'attribution de ce nom vernaculaire ce taxon. ",
- "zone_geo" : "France",
- "zone_geo.code" : "ISO-3166-1.FR",
- "zone_geo.href" : "http://api.tela-botanica.org/service:eflore:0.1/iso-3166-1/zones-geo/fr",
- "zone_geo.notes" : "Une note sur l'utilisation de ce nom vernaculaire dans la zone géographique en question."
- "conseil_emploi" : "Recommandé ou typique",
- "conseil_emploi.code" : "eflore.emploiNomVernaculaire:R",
- "conseil_emploi.href" : "http://api.tela-botanica.org/service:eflore:0.1/eflore/ontologies/emploiNomVernaculaire:R",
- "conseil_emploi.notes" : "Une note sur l'attribution de ce conseil d'emploi.",
- "contributeur" : "Prénom NOM"
- "contributeur.code" : "tb.423",
- "contributeur.href" : "http://api.tela-botanica.org/service:eflore:0.1/tb/personnes/423",
- "biblio" : "Coste H., 1904. A propos des Lactuca ramosissima et viminea. Société Botanique de France, Bull. Soc. bot. Fr., Bull. Soc. Bot. Fr. (1904), Tome 51, Fascicule 2 : 104",
- "biblio.code" : " BiblioBota.12664",
- "biblio.href" : "http://api.tela-botanica.org/service:eflore:0.1/BiblioBota/publications/12664"
- },...]