All Projects β†’ Nexure β†’ Dbd Api

Nexure / Dbd Api

Licence: mit
Dead By Daylight API

Projects that are alternatives of or similar to Dbd Api

Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+462.22%)
Mutual labels:  api, backend
Notykt
πŸ“’ NotyKT is a complete πŸ’ŽKotlin-stack (Backend + Android) πŸ“± application built to demonstrate the use of Modern development tools with best practices implementation🦸.
Stars: ✭ 543 (+1106.67%)
Mutual labels:  api, backend
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (+608.89%)
Mutual labels:  api, backend
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (+304.44%)
Mutual labels:  api, backend
Falko Api
πŸ“ˆ Falko API: Plataform for agile projects management πŸ“Š
Stars: ✭ 13 (-71.11%)
Mutual labels:  api, backend
Okuna Api
πŸ€– The Okuna Social Network API
Stars: ✭ 200 (+344.44%)
Mutual labels:  api, backend
Para
Open source back-end server for web, mobile and IoT. The backend for busy developers. (self-hosted or hosted)
Stars: ✭ 389 (+764.44%)
Mutual labels:  api, backend
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+23851.11%)
Mutual labels:  api, backend
Zato
ESB, SOA, REST, APIs and Cloud Integrations in Python
Stars: ✭ 889 (+1875.56%)
Mutual labels:  api, backend
Goyave
🍐 Elegant Golang REST API Framework
Stars: ✭ 811 (+1702.22%)
Mutual labels:  api, backend
Csgofloat Inspect
Source Code that Powers the CSGOFloat Inspect Link API
Stars: ✭ 172 (+282.22%)
Mutual labels:  api, backend
Cli
GraphQL back-end framework with first-class Typescript support
Stars: ✭ 37 (-17.78%)
Mutual labels:  api, backend
Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (+262.22%)
Mutual labels:  api, backend
Storaji
πŸ“’ The light/responsive inventory management system available on Windows, macOS and Linux.
Stars: ✭ 222 (+393.33%)
Mutual labels:  api, backend
1972
1972 - Criando APIs com NodeJs
Stars: ✭ 120 (+166.67%)
Mutual labels:  api, backend
Koa Vue Notes Api
πŸ€“ This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+660%)
Mutual labels:  api, backend
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (+8.89%)
Mutual labels:  api, backend
Graphql Microservices
Showcasing a graphql microservice setup
Stars: ✭ 68 (+51.11%)
Mutual labels:  api, backend
Ethql
A GraphQL interface to Ethereum πŸ”₯
Stars: ✭ 547 (+1115.56%)
Mutual labels:  api, backend
Fusio
Open source API management platform
Stars: ✭ 946 (+2002.22%)
Mutual labels:  api, backend

DBD-API

Dead By Daylight API

What is this for?

It allows you to communicate with Dead By Daylight's backend, though if you have any suggestions for new things to add to the API, I may add them for you.

What purpose does it serve?

Currently I use it to retreive and display the shrine of secrets and output when the next one is.

How does it work?

It logins in anonymously to the Dead By Daylight API, and retrieves information from endpoints from the api and returns them, additionally it does the same from Dead By Daylight's CDN. It also reads from the PAK file (which is what requires the steam user to download the files), to get information such as perks, offerings, characters, tunables, items, etc...

Where is it hosted?

you can find it here

Endpoints

  1. /api/maps(?branch=live)
  2. /api/perks(?branch=live)
  3. /api/offerings(?branch=live)
  4. /api/characters(?branch=live)
  5. /api/tunables(?branch=live&killer=)
  6. /api/emblemtunables(?branch=live)
  7. /api/customizationitems(?branch=live)
  8. /api/gameconfigs(?branch=live)
  9. /api/ranksthresholds(?branch=live)
  10. /api/itemaddons(?branch=live)
  11. /api/items(?branch=live)
  12. /api/stats/:steam_64: (Profile needs to be public)
  13. /api/shrineofsecrets(?pretty=true&branch=live)
  14. /api/storeoutfits(?branch=live)
  15. /api/config(?branch=live)
  16. /api/catalog(?branch=live)
  17. /api/news(?branch=live)
  18. /api/featured(?branch=live)
  19. /api/schedule(?branch=live)
  20. /api/bpevents(?branch=live)
  21. /api/specialevents(?branch=live)
  22. /api/archive(?branch=ptb&tome=Tome01)
  23. /api/archiverewarddata(?branch=live)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].