mongol-api

Welcome to mongol-api

We aim to share Mongolian culture with the world through our API. This service provides a platform which users can request information related to Mongolian culture, history, and language.

Let's try it out!

You can retrieve data from our API by following the example provided.
1fetch('https://mongol-api-rest.vercel.app/clothes')
2    .then(res => res.json())
3    .then(json => console.log(json))
1Waiting to fetch!!!

Resources & Examples

Here are some resources and examples to help you get started.
Tourist Attractions API

Tourist Attractions API

fetch('https://mongol-api-rest.vercel.app
/touristAttractions')
    .then(res => res.json())
    .then(json => console.log(json))
Rest API
Ethnic Groups API

Ethnic Groups API

fetch('https://mongol-api-rest.vercel.app
/ethnicGroups')
    .then(res => res.json())
    .then(json => console.log(json))
Rest API
Traditional Clothes API

Traditional Clothes API

fetch('https://mongol-api-rest.vercel.app
/clothes')
    .then(res => res.json())
    .then(json => console.log(json))
Rest API
©2023 All Right Reserved.