Models List
- Last Updated: May 29, 2026
- 1 minute read
- Semaphore
- Documentation
http://<<Base URL>>/models
returns
[{
"name" : "SpaceMissions",
"languages" : [ "de", "en-us", "ko", "pt", "en", "fr", "zh", "es" ],
"description" : "An inventory of 50 years of manned space missions.",
"color" : "#0094CC",
"tags" : [ "Demonstration" ],
"publishTimestamp" : 1701255120696,
"publishTime" : "2023-11-29 10:52:00"
},{
"name" : "SpaceMissions",
"version" : "5.6",
"languages" : [ "de", "en-us", "ko", "pt", "en", "fr", "zh", "es" ],
"description" : "An inventory of 50 years of manned space missions.",
"color" : "#0094CC",
"tags" : [ "Demonstration" ],
"publishTimestamp" : 1701255206720,
"publishTime" : "2023-11-29 10:53:26"
},{
"name" : "GeographicLocations",
"languages" : [ "de", "ja", "en", "fr", "es" ],
"description" : "A taxonomy of geographic locations (continents, countries, administrative areas and main cities) imported from Geonames. The Geonames importer was configured to filter out locations with fewer than 100k inhabitants.",
"color" : "#64bddf",
"tags" : [ "Example" ],
"publishTimestamp" : 1701258179505,
"publishTime" : "2023-11-29 11:42:59"
}]
This is a list of all models available to query along with the version and languages known within those models and some other model metadata that may be useful to a downstream system. Note, there is one model item per version. If you do not want the languages returned you can filter the output
http://<<Base URL>>/models?extracts=name
which returns
[{
"name" : "SpaceMissions"
},{
"name" : "SpaceMissions"
},{
"name" : "GeographicLocations"
}]
Again, the model name is repeated because of the multiple versions.