# DaniWeb Connect API **Provider:** DaniWeb Connect **Category:** communication **Base URL:** `https://www.daniweb.com/connect/api/v4` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.daniweb.com/members/1/dani ## Description User Recommendation Engine and Chat Network ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.daniweb.com/connect/api/v4/apps` | Fetch all Daniapps that are currently in production mode. | | GET | `https://www.daniweb.com/connect/api/v4/apps/{ID}` | Fetch an array of Daniapps that are currently in production mode. | | GET | `https://www.daniweb.com/connect/api/v4/audiences` | Fetch all Daniapp audience segments that comprise the current access token's bub | | GET | `https://www.daniweb.com/connect/api/v4/audiences/{ID}` | Fetch an array of Daniapp audience segments that comprise the current access tok | | POST | `https://www.daniweb.com/connect/api/v4/audiences/{ID}/memberships` | Create a membership record for the OAuth'ed end-user based on the current audien | | GET | `https://www.daniweb.com/connect/api/v4/autocompletes` | Retrieve an array of names and locations, filtered by category, that begin with | | POST | `https://www.daniweb.com/connect/api/v4/conversations/schedules` | Paginated report of information about messages contributed by conversation and d | | POST | `https://www.daniweb.com/connect/api/v4/conversations/searches` | Fetch messages authored from within the current bubble that match a query string | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://www.daniweb.com/connect/api/v4/apps' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with DaniWeb account. IT forum and community API. --- *Source: [API Map](https://apimap.dev/apis/daniweb-connect/) — CC BY 4.0*