DEV Community

Cover image for Neocodefy Api Game Documentation
neocodefy
neocodefy

Posted on

Neocodefy Api Game Documentation

This is documentation for use api neocodefy api game.


Free Fire

url:https://neocodefy.herokuapp.com/api/v1/game/freefire?id={user id free fire}
example: https://neocodefy.herokuapp.com/api/v1/game/freefire?id=683426790
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Free Fire Api"
     },
 "userid": "683426790",
 "nickname": 
 "M2R\u30fb\uff42\uff4f\uff59\uff59\u0fd0"
}
Enter fullscreen mode Exit fullscreen mode

Mobile Legends

url:https://neocodefy.herokuapp.com/api/v1/game/mobilelegends?id={user id mobile legends}&zone={zone}
example:https://neocodefy.herokuapp.com/api/v1/game/mobilelegends?id=960207848&zone=12821
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "mobile legends Api"
     },
 "userid": "960207848",
 "nickname": 
 "MANUSIA / ZILONG"
}
Enter fullscreen mode Exit fullscreen mode

Call Of Duty

url:https://neocodefy.herokuapp.com/api/v1/game/callofduty?id={user id call of duty}
example: https://neocodefy.herokuapp.com/api/v1/game/callofduty?id=243402956362890880
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Call Of Duty Api"
     },
 "userid": "243402956362890880",
 "nickname": 
 "KAZT\u30b2\u30fc\u30e0"
}
Enter fullscreen mode Exit fullscreen mode

Higgs Domino

url:https://neocodefy.herokuapp.com/api/v1/game/higgsdomino?id={user id higgs domino}
example: https://neocodefy.herokuapp.com/api/v1/game/higgsdomino?id=151202
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Higgs Domino Api"
     },
 "userid": "151202",
 "nickname": 
 "A33w"
}
Enter fullscreen mode Exit fullscreen mode

Sausageman

url:https://neocodefy.herokuapp.com/api/v1/game/sausageman{user id sausageman}
example: https://neocodefy.herokuapp.com/api/v1/game/sausageman?id=5sn9jf
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Sausageman Api"
     },
 "userid": "5sn9jf",
 "nickname": 
 "ChunOfficial"
}
Enter fullscreen mode Exit fullscreen mode

Hago

url:https://neocodefy.herokuapp.com/api/v1/game/hago?id={user id hago}
example: https://neocodefy.herokuapp.com/api/v1/game/hago?id=1040227268
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Hago Api"
     },
 "userid": "1040227268",
 "nickname": 
 "Iwan%20X%20Sitty"
}
Enter fullscreen mode Exit fullscreen mode

Gensin Impact

url:https://neocodefy.herokuapp.com/api/v1/game/gensinimpact?id={user id gensin impact}
example: https://neocodefy.herokuapp.com/api/v1/game/gensinimpact?id=811235076
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Gensin Impact Api"
     },
 "userid": "811235076",
 "nickname": 
 "Sora"
}
Enter fullscreen mode Exit fullscreen mode

Point Blank

url:https://neocodefy.herokuapp.com/api/v1/game/pointblank?id={user id point blank}
example: https://neocodefy.herokuapp.com/api/v1/game/pointblank?id=renzichwan
result:

{"result": {
     "status": "200",
     "author": "Tegar Sabila",
     "company": "NeoCodefy",
     "title": "Point Blank Api"
     },
 "userid": "renzichwan",
 "nickname": 
 "renzichwan"
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)