Atoka API User Reference

Companies package "GovContracts"

API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!

Available fields
Description
Data
Used by filters
Facet
Match
Stats
applied

did the company apply to this contract?

true | false govContracts=applied
publicProcurement

the relevance of the company in public procurement

- publicProcurementRelevance publicProcurementRelevanceExclude publicProcurementRelevanceVariation publicProcurementRelevanceVariationExclude
publicProcurement.referenceDate

reference date of the relevance

float -
publicProcurement.relevance

relevance of the company in public procurement

"string" -
publicProcurement.variance

variance of the relevance

"string" -
won

did the company win the contract?

true | false govContracts=won
years[].applied THIS FEATURE IS NOT IMPLEMENTED, YET. If you need it, just get in touch with us at sales@atoka.io

number of contracts the company applied for

int -
years[].source THIS FEATURE IS NOT IMPLEMENTED, YET. If you need it, just get in touch with us at sales@atoka.io

data source

"anac", "opencoesione", "eu" -
years[].won THIS FEATURE IS NOT IMPLEMENTED, YET. If you need it, just get in touch with us at sales@atoka.io

number of contracts the company won

int -
years[].year THIS FEATURE IS NOT IMPLEMENTED, YET. If you need it, just get in touch with us at sales@atoka.io

considered year

"string" -
Example JSON fragment for package
{
"applied": false,
"won": false,
"years": [
{
"source": "anac",
"year": "foo",
"applied": 42,
"won": 42
},
...
],
"publicProcurement": {
"relevance": "foo",
"variance": "foo",
"referenceDate": 0.42
}
}