Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: GeoSight Basemap Language API
version: v1.0.0
servers:
- url: https://geosight.unicef.org/api/v1
security:
- ApiKey Auth: []
tags:
- name: Language
paths:
/api/languages:
get:
tags:
- Language
summary: Get the list of all languages used in the system
operationId: Language_GetLanguage
responses:
'200':
description: The list of all languages used in the system to have multilingual names of code lists
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/LanguageItem'
components:
schemas:
LanguageItem:
type: object
required:
- languageID
properties:
languageID:
type: integer
format: int32
name:
type: string
isO6392:
type: string
editedBy:
type: string
editedDate:
type: string
securitySchemes:
ApiKey_Auth:
type: apiKey
in: header
name: Authorization