Skip to main content
GET
/
topicTable
cURL
curl --request GET \
  --url https://dev.creatordb.app/v2/topicTable \
  --header 'Accept: application/json' \
  --header 'apiId: LE6DPZQkR3TQShxofXoD2j8qCBu1-f0jti665m1t50dwDD12W'
{
  "data": {
    "platform": "youtube",
    "topics": {
      "id_academic_Education": {
        "name": "Academic",
        "category": "Education",
        "channelCount": 97
      },
      "id_academichistory_Education": {
        "name": "Academic History",
        "category": "Education",
        "channelCount": 92
      },
      "id_culturaleducation_Education": {
        "name": "Cultural Education",
        "category": "Education",
        "channelCount": 111
      }
    },
    "niches": {
      "id_vlog_PeopleBlogs": {
        "name": "Vlog",
        "category": "People Blogs",
        "channelCount": 13004
      },
      "id_shorts_PeopleBlogs": {
        "name": "Shorts",
        "category": "People Blogs",
        "channelCount": 7709
      },
      "id_love_PeopleBlogs": {
        "name": "Love",
        "category": "People Blogs",
        "channelCount": 4153
      }
    }
  },
  "quotaUsed": 1,
  "quotaUsedTotal": 6025,
  "remainingPlanCredit": 993975,
  "remainingPrepurchasedCredit": 0,
  "timestamp": 1755503515843,
  "error": "",
  "success": true
}

Headers

apiId
string
required
Example:

"LE6DPZQkR3TQShxofXoD2j8qCBu1-f0jti665m1t50dwDD12W"

Query Parameters

platform
string

platform support youtube, instagram for now. Default is youtube if omitted.

Example:

"youtube"

Response

OK

data
object
quotaUsed
number

API credits that were used to make this call.

quotaUsedTotal
number

Total API credits used since the last billing cycle.

remainingPlanCredit
number

The number of remaining free API credits that come with your subscription plan. These API credits are renewed every billing cycle.

remainingPrepurchasedCredit
number

The number of remaining extra purchased API credits. These API credits do not expire until used.

timestamp
number

Unix timestamp of the call request that the server received.

error
string

Errors that occurred during the API call.

success
boolean

It is TRUE when the call is successful.

Last modified on February 25, 2026