Skip to main content
GET
https://searchcompany-main.up.railway.app
/
api
/
citations
/
{org_slug}
/
stats
curl "https://searchcompany-main.up.railway.app/api/citations/nike/stats"
{
  "org_slug": "nike",
  "item_id": null,
  "this_week": 78,
  "target": 100,
  "progress_percent": 78,
  "total": 3500
}
Returns the AI-Specific Citations progress for the “What We’re Doing” dashboard card - showing how many citations have been created this week toward the weekly target.

Path Parameters

org_slug
string
required
The organization slug (e.g., “nike”)

Query Parameters

item_id
string
Filter by product/item ID

Response

org_slug
string
The organization slug
this_week
integer
Citations created in the last 7 days
target
integer
Weekly target (100)
progress_percent
integer
Percentage toward weekly target (0-100)
total
integer
Total citations ever created
curl "https://searchcompany-main.up.railway.app/api/citations/nike/stats"
{
  "org_slug": "nike",
  "item_id": null,
  "this_week": 78,
  "target": 100,
  "progress_percent": 78,
  "total": 3500
}