daniweb.com

User Recommendation Engine and Chat Network

🔑 oauth2 67 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Fetch all Daniapps that are currently in production mode.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.daniweb.com/connect/api/v4/apps
Fetch an array of users that you've been matched with, connected with, skippe…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.daniweb.com/connect/api/v4/users
Fetch an array of all groups that were created by users existing within the c…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.daniweb.com/connect/api/v4/groups
Endpoints (67 total)
GET
/apps
Fetch all Daniapps that are currently in production mode.
GET
/users
Fetch an array of users that you've been matched with, connected with, skippe…
GET
/groups
Fetch an array of all groups that were created by users existing within the c…
GET
/users/~
Retrieve the currently OAuth'ed end-user, based on the access token being use…
GET
/webhooks
Fetch a listing of all webhooks owned by the current user/bubble combination.
GET
/apps/{ID}
Fetch an array of Daniapps that are currently in production mode.
GET
/audiences
Fetch all Daniapp audience segments that comprise the current access token's …
GET
/industries
GET
/users/{ID}
Fetch an array of users. You can only retrieve users existing within the curr…
GET
/groups/{ID}
Fetch an array of groups. You can only retrieve groups created by users exist…
GET
/users/nearby
Fetch an array of users that are geographically close to a set of coordinates…
GET
/autocompletes
Retrieve an array of names and locations, filtered by category, that begin wi…
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints67
Authoauth2
Categories1
https://www.daniweb.com/connect/api/v4