Skip to main content
GET
/
projects
/
lookup
Lookup project by ciphertext or UID
curl --request GET \
  --url https://api.vollna.com/v1/projects/lookup \
  --header 'X-API-TOKEN: <api-key>'
{
"data": {
"title": "<string>",
"description": "<string>",
"skills": "<string>",
"url": "<string>",
"publishedAt": "2023-11-07T05:31:56Z",
"clientQuestions": [
"<string>"
],
"categories": [
"<string>"
],
"site": "<string>",
"budget": {
"type": "Fixed price",
"amount": "<string>"
},
"clientDetails": {
"paymentMethodVerified": true,
"country": "<string>",
"totalSpent": 103580,
"totalHires": 100,
"hireRate": 0.5,
"rating": 4.5,
"reviews": 78
},
"clientWorkHistory": [
{
"job_info": {
"uid": "<string>",
"title": "<string>",
"type": "<string>"
},
"status": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"total_hours": 123,
"total_charge": 123,
"feedback": {
"score": 123,
"comment": "<string>"
},
"feedback_to_client": {
"score": 123,
"comment": "<string>"
},
"rate": {
"amount": 123
}
}
]
},
"credits": {
"remaining": 9995,
"reset_date": "2026-01-16T00:00:00+00:00",
"new_projects_consumed": 1,
"total_projects_returned": 1
}
}

Authorizations

X-API-TOKEN
string
header
required

API token for authentication

Query Parameters

ciphertext
string

Upwork job ciphertext (e.g., ~123456). Provide either ciphertext or uid, not both.

Example:

"~0123456789"

uid
string

Upwork job UID. Provide either ciphertext or uid, not both.

Example:

"1234567890123456789"

Response

Successful operation

data
object
credits
object