Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

tenforce/esco-translation-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESCO EXPORT SERVICE

This service provides an endpoint from which you can get a CSV that contains an entry for every concept with it's uri, isco group code, pref label and alt labels

API

We only have a single route: /export. When a GET call is performed to this endpoint it returns a comma separated string with an entry for every concept. You can add a language parameter:

export?language=nl

and then you will get only labels in that language. By default that language will be 'en' if the parameter was not set. If a certain concept does not have pref label in that language then the value will be "" (so effectively there will be nothing between the second and the third comman). After this a |-separtared list will follow with all alt labels in that language.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages