[T107]Trademark Detail Query
Query trademark detail by application number or registration number (one required) plus Nice classification.
int_cls is required; one of app_no or reg_no must be provided.
Request Parameters
List of parameters supported by this API endpoint
| Name | Type | Example | Description |
|---|---|---|---|
| string | 20000248 | Application number (one of app_no or reg_no required) |
Required | string | 42 | Nice classification (required) |
| string | 15601 | Registration number (one of app_no or reg_no required) |
Response Schema
Structure of the API response data
| Field Name | Type | Example | Description |
|---|---|---|---|
data | object | - | response data |
agent | string | MILENA PEJOVIĆ | Agent |
app_no | string | 20000248 | Application number |
reg_no | string | 15601 | Registration number |
country | string | UZ | Country |
tm_flow | array | [
"2020-03-11 驳回复审 | 实审裁文发文"
] | Trademark flow history |
tm_name | string | MM | Trademark name |
app_date | string | 2000-04-06 | Application date |
end_date | string | 2021-11-29 | Expiration date |
reg_date | string | 2021-11-29 | Registration date |
tm_image | string | https://mzw-ot.oss-cn-beijing.aliyuncs.com/uz/tm_image/6d31bed3/af56dd9f/96d27a17/102ff0ef/20000248.jpg | Trademark image URL |
applicant | string | ОЧИҚ АКЦИЯДОРЛИК ЖАМИЯТИ ШАКЛИДАГИ ЎЗБЕКИСТОН-ТУРКИЯ ҚЎШМА КОРХОНАСИ | Applicant |
exam_date | string | 2021-11-29 | Examination date |
tm_status | string | 商标无效 | Trademark status |
flow_status | string | Termination Date | Flow status |
tm_category | string | 42 科技服务 | Trademark category |
applicant_address | string | г.Ташкент, ул.Фурката, 1/518 | Applicant address |
invalid_goods_service | string | 42 wholesale and retail trade. | Invalid goods/services |
valid_goods_service_cn | string | 42 批发和零售贸易。 | Valid goods/services (Chinese) |
valid_goods_service_en | string | 42 wholesale and retail trade. | Valid goods/services (English) |
valid_goods_service_origin | string | 42 Оптовая и розничная торговля. | Valid goods/services (original) |
statusRequired | boolean | false | Status |
error_msg | string | The request parameter format is incorrect! | Error Message |
error_codeRequired | integer | 0 | Error Code |
Success Response Example
Example of a successful API response
JSON
{
"data": {
"agent": "MILENA PEJOVIĆ",
"app_no": 20000248,
"reg_no": 15601,
"country": "UZ",
"tm_flow": [
"2020-03-11 驳回复审 | 实审裁文发文"
],
"tm_name": "MM",
"app_date": "2000-04-06",
"end_date": "2021-11-29",
"reg_date": "2021-11-29",
"tm_image": "https://mzw-ot.oss-cn-beijing.aliyuncs.com/uz/tm_image/6d31bed3/af56dd9f/96d27a17/102ff0ef/20000248.jpg",
"applicant": "ОЧИҚ АКЦИЯДОРЛИК ЖАМИЯТИ ШАКЛИДАГИ ЎЗБЕКИСТОН-ТУРКИЯ ҚЎШМА КОРХОНАСИ",
"exam_date": "2021-11-29",
"tm_status": "商标无效",
"flow_status": "Termination Date",
"tm_category": "42 科技服务",
"applicant_address": "г.Ташкент, ул.Фурката, 1/518",
"invalid_goods_service": "42 wholesale and retail trade.",
"valid_goods_service_cn": "42 批发和零售贸易。",
"valid_goods_service_en": "42 wholesale and retail trade.",
"valid_goods_service_origin": "42 Оптовая и розничная торговля."
},
"status": true,
"error_code": 0
}Error Codes
List of possible error codes returned by this endpoint
Business Errors
| Error Code | Description |
|---|---|
68300004 | Invalid parameter! |
68300005 | Search api failure! |
68300006 | Analytic basic access error! |
68300007 | Bad request! |
68300008 | Service error, please try again later! |
68300010 | The file does not comply with upload specifications! |
Platform Errors
| Error Code | Description |
|---|---|
67200000 | API call exceeds the total limit set by the platform! |
67200001 | API call exceeds the total limit set by the platform! |
67200002 | The current call rate is too fast, exceeding the current configuration limit QPS! |
67200003 | The key and secret parameters for applying for the token are incorrect or the client has been disabled! |
67200004 | The requested api does not have permission. Please contact our support personnel! |
67200005 | Insufficient account balance/number of calls! |
67200006 | The client has exceeded the activation validity period! |
67200007 | The current call exceeds the configured usage limit of the day! |
67200008 | Please check if the required apikey in the query parameter has been transmitted! |
67200009 | The apikey does not match the passed bearerToken. Please check if a valid token is being used! |
67200012 | The request is illegal! |
67200100 | The current server status is busy, request response timeout! |
67200101 | The API requested currently does not exist. Please check the request path! |
HTTP Status Codes
| Status Code | Description |
|---|---|
0 | Success |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
68300012 | Enterprise data does not exist |