https://github.com/hmlendea/exonyms-api
REST API for gathering exonyms for given location using the WikiData and GeoNames APIs.
https://github.com/hmlendea/exonyms-api
api dotnet exonyms rest-api self-hosted
Last synced: 2 months ago
JSON representation
REST API for gathering exonyms for given location using the WikiData and GeoNames APIs.
- Host: GitHub
- URL: https://github.com/hmlendea/exonyms-api
- Owner: hmlendea
- License: gpl-3.0
- Created: 2023-05-24T11:45:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-22T12:00:12.000Z (3 months ago)
- Last Synced: 2026-03-22T23:19:56.720Z (3 months ago)
- Topics: api, dotnet, exonyms, rest-api, self-hosted
- Language: C#
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://hmlendea.go.ro/fund.html) [](https://github.com/hmlendea/exonyms-api/releases/latest) [](https://github.com/hmlendea/exonyms-api/actions/workflows/dotnet.yml)
# About
REST API for gathering exonyms for a given location, in latin script.
# Usage
## Building from source
Just run the following command:
```sh
dotnet build
```
## Running
Just run the following command:
```sh
dotnet run
```
## Example request
The following example will gather a list of exonyms for _Al Homceima_:
```sh
curl --insecure --request GET --location 'http://localhost:5000/Exonyms?wikiDataId=Q310350'
```