...
Member | Sub-members | Description |
---|
inventors† | inventor | An array of all inventors |
priority | Member | Description |
---|
ucid | CLAIMS Direct application ucid | country | Priority filing country | doc_number | Priority application number | kind | Priority kind code | date | Priority filing date |
| The earliest priority excluding provision applications. |
publications | Member | Description |
---|
ucid | CLAIMS Direct publication ucid | country | Country code | doc_number | Publication number | kind | Publication kind code | date | Publication date | lang | Publication language |
| An array of all publications tied to the root application number. |
grant | Member | Description |
---|
ucid | CLAIMS Direct publication ucid | country | Country code | doc_number | Granted document number | kind | Grant kind code | date | Granted publication date | lang | Granted language of publication |
| The published granted patent. |
national_grant | Member | Description |
---|
ucid | CLAIMS Direct publication ucid | country | Country code | doc_number | National granted document number | kind | National grant kind code | date | National grant publication date | lang | Nation grant language of publication |
| |
titles | Member | Description |
---|
lang | Language of title | title | Text content of title |
| The titles array condenses the title(s) of all stages into a language-distinct array. |
simple_family† | ucid | An array of ucids which make up a simple family. |
extended_family† | ucid | An array of ucids which make the extended inpadoc family. |
classifications† | Member | Description |
---|
cpc | An array of all CPC | ecla | An array of all ECLA | ipcr | An array of all IPCR | ipc | An array of all IPC |
| The classifications array contains all classifications condensed into a unique set per classification type. |
claims_hierarchy† | Member | Description |
---|
num | Claim number | type | Type of claim (dependent or independent ) | refs | If a dependent claim, a list of claim numbers on which this claim depends |
| The claims_hierarchy member outlines the claim dependencies. |
| | |
Technical Details
Request
There are two request endpoints to tws: an
and dn
(application number lookup and document number lookup respectively).
...