The idea came about through the meeting of friends who only knew each other through the internet, each one with its linguistic-cultural traits, we thought of creating an informal dictionary for the idiomatic expressions that each Brazilian region possessed, so the project was totally collaborative, bringing cultural diversity from each one of us, being able, to deepen in the our Brazilian's daily culture.
All endpoints live under the URL https://dialetus-service.now.sh and then generally follow the REST architecture.
All requests must be encoded as JSON with the Content-Type: application/json header. Most responses, including errors, are encoded exclusively as JSON as well.
List all regions available with the total mapped dialects.
$ curl https://dialetus-service.now.sh/regions
[
{
"name": "baianes",
"total": 30
},
{
"name": "potiguares",
"total": 30
},
{
"name": "mineires",
"total": 21
},
{
"name": "paranes",
"total": 53
},
{
"name": "carioques",
"total": 8
},
{
"name": "rondones",
"total": 9
},
{
"name": "pernambuques",
"total": 11
},
{
"name": "catarines",
"total": 22
},
{
"name": "gauches",
"total": 18
}
]
List all dialects mapped.
$ curl https://dialetus-service.now.sh/regions/baianes/dialects
[
{
"slug": "relaxe-mo-fiu",
"dialect": "Relaxe mô fiu.",
"meanings": [
"Sem problemas",
"Fique tranquilo"
],
"examples": [
"Ô vei, relaxe mô fiu todo nervoso ele."
]
},
{
"slug": "e-bala",
"dialect": "É bala!",
"meanings": [
"algo interessante",
"massa"
],
"examples": [
"Que computador bala!"
]
},
{
"slug": "comer-agua",
"dialect": "Comer água!",
"meanings": [
"Vodka",
"Cerveja",
"Qualquer bebida que contenha álcool"
],
"examples": [
"Vamo pro reg comer água galera!"
]
},
]
Get a dialect by slug.
$ curl https://dialetus-service.now.sh/regions/baianes/dialects/relaxe-mo-fiu
{
"slug": "relaxe-mo-fiu",
"dialect": "Relaxe mô fiu.",
"meanings": [
"Sem problemas",
"Fique tranquilo"
],
"examples": [
"Ô vei, relaxe mô fiu todo nervoso ele."
]
}
GET /dialect
# /dialect/:region
GET /dialect/baianes
GET /dialect/mineires
GET /dialect/paranes
GET /dialect/carioques
GET /dialect/potiguares
GET /dialect/rondones
GET /dialect/cearences
GET /dialect/pernambuques
GET /dialect/catarines
GET /dialect/gauches
Please respect our Code of Conduct, in short:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Please take a look at the contributing guide.
- Marcus Silva (@mvfsillva)
- Angelmario Santana (@anfsantana)
- Jader Gomes (@jdrgomes)
- Rodolfo Silva (@RodolfoSilva)
Thanks goes out to all these wonderful people (emoji key):
Dialetus is released under the MIT license.
Copyright © 2018.