Search Degrees
Developing
GET
/global/degrees/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/global/degrees/search?name=Bachelor&limit=50&next=&prev=&sortBy=&sortDirection=asc&query=' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "n:+X3kV1'h",
"name": "4]NZ<O-g`V"
},
{
"id": ".putr=WfIo",
"name": "j^\\CsH{wS+"
}
],
"cursor": {
"next": "exercitation non anim dolore occaecat",
"prev": "ullamco",
"totalItems": 26918445
}
}
Request
Query Params
name
stringÂ
optional
Example:
Bachelor
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
query
stringÂ
optional
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:56:07