You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

CURL

Request

curl --location 'https://case-api.case.ipobs.acc.web1.wipo.int/case-api/v1/applications?applicationIdentifier=NZ787609' \
--header 'Authorization: Bearer <authorization token from gettoken request b.1>'

Response:

{
    "applicationNumber": {
        "ipOfficeCode": "NZ",
        "applicationNumberText": "NZ787609"
    },
    "appplicationDate": "2020-11-02",
    "applicationLanguageCode": "EN",
    "patentPublicationIdentifier": {
        "ipOfficeCode": "NZ",
        "publicationNumber": "787609",
        "patentDocumentKindCode": "A",
        "publicationDate": "2021-05-14"
    },
    "internationalFilingData": {
        "applicationNumber": "PCT/US2020/058486",
        "officeCode": null,
        "fileReference": null,
        "filingDate": "2020-11-02",
        "nationalStageFilingDate": null
    },
    "internationalPublishingData": {
        "ipOfficeCode": null,
        "publicationNumber": "WO/2021/091812",
        "patentDocumentKindCode": null,
        "publicationDate": "2021-05-14"
    },
    "regionalFilingData": null,
    "regionalPublishingData": null,
    "patentGrantNumber": null,
    "publicAvailabilityDateBag": [
        {
            "publicationDate": "2021-05-14",
            "gazetteNumber": "NZ787609",
            "gazetteReferenceText": null
        }
    ],
    "pctNationalPhaseEntryDate": "2022-04-28",
    "priorityBag": [
        {
            "applicationNumber": {
                "ipOfficeCode": "US",
                "applicationNumberText": "62/930,348"
            },
            "priorityCountryCode": "US",
            "priorityApplicationFilingDate": "2019-11-04"
        }
    ],
    "inventionTitleBag": [
        {
            "languageCode": "en",
            "text": "BURNER TUBE"
        }
    ],
    "abstractBag": [
        {
            "languageCode": "en",
            "paragraphBag": [
                {
                    "text": "A system and method uses a combustor and gasifier to burn a primary dirty fuel, such as waste materials or high-polluting fossil fuels, and a secondary low-polluting fuel, such as biomass fuels, for co-generation of electricity while reducing harmful emissions. The primary fuel is burned at least partially through the use of an improved burner tube. Dirty exhaust from a combustor is scrubbed by a gasifier by reforming the combustors exhaust gases into a clean-burning producer gas (syn-gas). The secondary fuel and oxygen are added to the dirty exhaust in the gasifier to create gas, char and ash. The gas powers an engine or turbine that turns a generator, or a boiler, Stirling engine, or Organic Rankine Cycle power plant, and releases a cleaner exhaust. The inventive concept is the being able to adjust a distance in which a rod protrudes from the burner tube at one end to adjust a position of a mixing plate operatively attached to the burner tube at the other end to form a more efficient mixture of resulting gas and air, to burn more efficiently.",
                    "pNumber": "1"
                }
            ]
        }
    ],
    "applicantBag": [
        {
            "sequenceNumber": "1",
            "applicantCategory": "applicant",
            "contact": {
                "name": [
                    {
                        "languageCode": null,
                        "personFullName": "THIESSEN, Randall J."
                    }
                ]
            }
        },
        {
            "sequenceNumber": "2",
            "applicantCategory": "applicant",
            "contact": {
                "name": [
                    {
                        "languageCode": null,
                        "personFullName": "THIESSEN, JR., La Voy M."
                    }
                ]
            }
        }
    ],
    "inventorBag": [
        {
            "sequenceNumber": "1",
            "contact": {
                "name": [
                    {
                        "languageCode": null,
                        "personFullName": "THIESSEN, Randall J."
                    }
                ]
            }
        },
        {
            "sequenceNumber": "2",
            "contact": {
                "name": [
                    {
                        "languageCode": null,
                        "personFullName": "THIESSEN, JR., La Voy M."
                    }
                ]
            }
        }
    ],
    "patentClassificationBag": {
        "ipcrClassificationBag": [
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23D 14/02",
                "symbolPositionCode": null
            },
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23C 7/00",
                "symbolPositionCode": null
            },
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23 D1/00",
                "symbolPositionCode": null
            },
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23D 11/40",
                "symbolPositionCode": null
            },
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23D 14/22",
                "symbolPositionCode": null
            },
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23D 14/62",
                "symbolPositionCode": null
            },
            {
                "classificationVersionDate": "2022-01-01",
                "patentClassificationLevelCode": null,
                "ipcClassificationValueCode": null,
                "patentClassificationSymbolText": "F23D 17/00",
                "symbolPositionCode": null
            }
        ]
    },
    "referenceCitationBag": null
}


  • No labels