CVO Canadian Virtual Observatory

Name Resolver

Name Resolver is a simple web application that services HTTP GET requests to resolve astronomical object names to RA and DEC coordinates. Name Resolver concurrently queries one or more services to resolve the object name, returning the first positive result. The services queried are:

The typical Name Resolver query format is:

where object is the object name to resolve.

Sample ASCII results:

Query: http://www3.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/NameResolver/find?target=m31

Result:

target=m31
service=NED(nedwww.ipac.caltech.edu)
coordsys=ICRS
ra=10.68469
dec=41.26904
time(ms)=524

Sample XML results:

Query: http://www3.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/NameResolver/find?target=m31&format=xml

Result:

<?xml version="1.0"?>
<result>
  <target>m31</target>
  <service>NED(nedwww.ipac.caltech.edu)</service>
  <coordsys>ICRS</coordsys>
  <ra>10.68469</ra>
  <dec>41.26904</dec>
  <time>524</time>
</result>

Optional parameters:

Name Resolver supports several optional parameters. The complete Name Resolver query format is:

Required:

Optional:

Sample query using optional parameters: