File size: 492 Bytes
9a32308
 
 
 
 
 
 
 
 
 
f0b559b
9a32308
 
 
f0b559b
68d921a
f0b559b
 
68d921a
f0b559b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: API
emoji: πŸ“Š
colorFrom: gray
colorTo: purple
sdk: docker
pinned: false
license: mit
app_port: 8084
---

# DatonicAPI

A simple API built with [RoAPI](https://github.com/roapi/roapi) to serve the datasets that are available in the [Datonic's Hugging Face Organization](https://huggingface.co/datonic).

The API is available at `https://datonic-api.hf.space`.

```bash
curl -X POST -d "select * from world_development_indicators limit 10" https://datonic-api.hf.space/api/sql
```