Join us in London for Infosecurity Europe June 2 – 4, 2026 | Booth C69 | Excel London | Get a FREE ticket
curl --request POST \
--url https://api.example.com/v2/geoprovenance/countries/components \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{
"purl": "pkg:github/scanoss/engine@1.0.0"
},
{
"purl": "pkg:github/scanoss/scanoss.py@v1.30.0"
}
]
}
'{
"components_locations": [
{
"purl": "pkg:github/scanoss/engine@5.0.0",
"declared_locations": [
{
"type": "owner",
"location": "Barcelona, Spain"
},
{
"type": "contributor",
"location": "Berlin, Germany"
}
],
"curated_locations": [
{
"country": "Spain",
"count": 8
},
{
"country": "Germany",
"count": 3
},
{
"country": "United States",
"count": 2
}
]
}
],
"status": {
"status": "SUCCESS",
"message": "Geo-provenance successfully retrieved"
}
}curl --request POST \
--url https://api.example.com/v2/geoprovenance/countries/components \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{
"purl": "pkg:github/scanoss/engine@1.0.0"
},
{
"purl": "pkg:github/scanoss/scanoss.py@v1.30.0"
}
]
}
'{
"components_locations": [
{
"purl": "pkg:github/scanoss/engine@5.0.0",
"declared_locations": [
{
"type": "owner",
"location": "Barcelona, Spain"
},
{
"type": "contributor",
"location": "Berlin, Germany"
}
],
"curated_locations": [
{
"country": "Spain",
"count": 8
},
{
"country": "Germany",
"count": 3
},
{
"country": "United States",
"count": 2
}
]
}
],
"status": {
"status": "SUCCESS",
"message": "Geo-provenance successfully retrieved"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt
Use this file to discover all available pages before exploring further.
Represents a list of software component to be analyzed by SCANOSS API services. Allows analysis of multiple software components in a single API call, improving performance over individual requests.
Represents a list of software component to be analyzed by SCANOSS API services. Allows analysis of multiple software components in a single API call, improving performance over individual requests.
Show child attributes
A successful response.
Component level Provenance Response data (JSON payload) Contains geo-provenance information for components based on contributor declared locations. This is the current response format that replaces the deprecated ContributorResponse.