You can call this operation to query the extension information about an .art domain name.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | QueryArtExtension |
The operation that you want to perform. Set the value to QueryArtExtension. |
DomainName | String | Yes | test.art |
The .art domain name whose extension information you want to query. |
Lang | String | No | en |
The language of the error message to return. Valid values:
Default value: en |
UserClientIp | String | No | 127.0.0.1 |
The IP address of the client that you use to query the extension information about the .art domain name. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 814B2AF0-ED6F-4C13-B41C-8AC0B1023583 |
The ID of the request. |
ObjectType | String | The embroidery |
The type of the art object. |
MaterialsAndTechniques | String | silk |
The materials and techniques used to make the art object. |
Dimensions | String | 20 cm |
The dimensions of the art object. |
Title | Integer | Peace and friendship |
The name of the art object. |
DateOrPeriod | String | 2019-10-01 |
The time when the art object was created. |
Maker | String | zhang san |
The name of the artist or maker who created the art object. |
InscriptionsAndMarkings | String | realism |
The inscriptions and marks on the art object. |
Subject | String | peace |
The subject of the art object. |
Features | String | iconicity |
The features of the art object. |
Reference | String | drawings |
The references for the art object. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=QueryArtExtension
&DomainName=test.art
&<Common request parameters>
Sample success responses
XML
format
<QueryArtExtensionResponse>
<DateOrPeriod>2019-10-01</DateOrPeriod>
<Dimensions>20 cm</Dimensions>
<Features>iconicity</Features>
<InscriptionsAndMarkings>realism</InscriptionsAndMarkings>
<Maker>zhang san</Maker>
<MaterialsAndTechniques>silk</MaterialsAndTechniques>
<ObjectType>The embroidery</ObjectType>
<Reference>drawings</Reference>
<RequestId>814B2AF0-ED6F-4C13-B41C-8AC0B1023583</RequestId>
<Subject>peace</Subject>
<Title>Peace and friendship</Title>
</QueryArtExtensionResponse>
JSON
format
{
"DateOrPeriod":"2019-10-01",
"Dimensions":"20 cm",
"Features":"iconicity",
"InscriptionsAndMarkings":"realism",
"Maker":"zhang san",
"MaterialsAndTechniques":"silk",
"ObjectType":"The embroidery",
"Reference":"drawings",
"RequestId":"814B2AF0-ED6F-4C13-B41C-8AC0B1023583",
"Subject":"peace",
"Title":"Peace and friendship"
}
Error codes
For a list of error codes, visit the API Error Center.