ZINC15:Syntax: Difference between revisions
Jump to navigation
Jump to search
(asdf) |
(asdf) |
||
Line 1: | Line 1: | ||
The general form of a ZINC 15 api request is | The general form of a ZINC 15 api request is | ||
'''http[s]://host/resource[.format[: | '''http[s]://host/resource[.format[:properties][/variant][?page-view-controls | resource-constraints] | ||
Where items in [ square brackets ] are optional. | Where items in [ square brackets ] are optional. | ||
Line 10: | Line 10: | ||
* '''resource''' is one of the 15 [[ZINC15:Resources]]. By far the most common are substances, catalogs and genes. | * '''resource''' is one of the 15 [[ZINC15:Resources]]. By far the most common are substances, catalogs and genes. | ||
* '''format''' is one of the 12 [[ZINC15:Formats]]. If omitted, a web page is requested. | * '''format''' is one of the 12 [[ZINC15:Formats]]. If omitted, a web page is requested. | ||
* ''' | * '''properties''' is one or more of the [[ZINC15:properties]]. Not all properties make sense in all resource contexts. [[ZINC15:Examples]] are provided. There are sensible defaults for each resource, so the property specification may be omitted. | ||
* '''variant''' is optionally one or more of the supported [[ZINC15:Variants]]. | * '''variant''' is optionally one or more of the supported [[ZINC15:Variants]]. | ||
* [[ZINC15:Page Controls]] are optional, and are used to qualify how a search is to be performed and formatted for the page. | * [[ZINC15:Page Controls]] are optional, and are used to qualify how a search is to be performed and formatted for the page. | ||
* [[ZINC15: | * [[ZINC15:Constraints]] are optional, and may be qualified with [[ZINC15:Query operators]] | ||
The use of the Webapi is illustrated with numerous [[ZINC15:examples]]. | The use of the Webapi is illustrated with numerous [[ZINC15:examples]]. | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:ZINC]] | [[Category:ZINC]] |
Revision as of 22:23, 4 March 2015
The general form of a ZINC 15 api request is
http[s]://host/resource[.format[:properties][/variant][?page-view-controls | resource-constraints]
Where items in [ square brackets ] are optional.
- host = zinc15.docking.org. during beta it is something else. ask us.
- resource is one of the 15 ZINC15:Resources. By far the most common are substances, catalogs and genes.
- format is one of the 12 ZINC15:Formats. If omitted, a web page is requested.
- properties is one or more of the ZINC15:properties. Not all properties make sense in all resource contexts. ZINC15:Examples are provided. There are sensible defaults for each resource, so the property specification may be omitted.
- variant is optionally one or more of the supported ZINC15:Variants.
- ZINC15:Page Controls are optional, and are used to qualify how a search is to be performed and formatted for the page.
- ZINC15:Constraints are optional, and may be qualified with ZINC15:Query operators
The use of the Webapi is illustrated with numerous ZINC15:examples.