Skip to main content
GET
/
api
/
v1
/
sources
/
calculated_suburl
cURL
curl --request GET \
  --url http://api.quno.ai/api/v1/sources/calculated_suburl \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "lastCited": "<string>",
  "channelType": "<string>",
  "analysis": {
    "count": 123,
    "parentPercentage": "<string>",
    "allPercentage": "<string>",
    "lastCited": "<string>",
    "keywords": [
      "<string>"
    ],
    "citationGrowth": "0%",
    "sentiment": "<string>"
  },
  "sourceQueries": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

team_id
string<uuid>
required

Team ID

start_date
string<date>
required

Start date for data calculation (defaults to 7 days ago)

end_date
string<date>
required

End date for data calculation (defaults to current date)

model
string
default:all
required

Model type

suburl_id
string<uuid>
required

Suburl ID

url
string
required

URL to analyze

domain
string
default:""
required

Domain name

country
string
default:US
required

Country code

question_type
string
default:unbranded
required

Type of question

count
integer
default:0

Count value

parent_count
integer
default:0

Parent count value

all_count
integer
default:0

All count value

Response

Successful response with calculated suburl data

url
string

The URL being analyzed

lastCited
string

Last citation date

channelType
string

Type of channel

analysis
object
sourceQueries
object

Source queries data