Atoka API User Reference

Trademarks package "Base"

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
companies[]

the companies owning the trademark

- -
companies[].id

the ID of the company

"string" -
companies[].name

the name of the company

"string" -
countries[]

The applicable countries of the trademark

"string" -
expirationDate

the expiration date of the trademark

date -
imageUrl

The URL of the trademark image

"string" -
niceCodes[]

The Nice codes associated with the trademark

- -
niceCodes[].code

Nice international classification of goods and services applied for the registration of marks

"string" -
niceCodes[].description

Description of the Nice class of the trademark

"string" -
registrationDate

the registration date of the trademark

date -
Example JSON fragment for package
{
"companies": [
{
"name": "foo",
"id": "foo"
},
...
],
"registrationDate": "2015-12-24",
"expirationDate": "2015-12-24",
"countries": [
"foo",
...
],
"niceCodes": [
{
"code": "foo",
"description": "foo"
},
...
],
"imageUrl": "foo"
}