Difference between revisions of "XcelDataAPI:Home"

From XcelData Wiki
Jump to: navigation, search
(Created page with "{{InDev}} =URL Structure= <nowiki>https://api.xceldata.com/0.1/metal-feed/[output-format]/[unit-type]/[loan-percent]/[buy-percent]/[sell-percent]/[apikey]</nowiki> ==URL Va...")
 
Line 1: Line 1:
 
{{InDev}}
 
{{InDev}}
  
=URL Structure=
 
  
<nowiki>https://api.xceldata.com/0.1/metal-feed/[output-format]/[unit-type]/[loan-percent]/[buy-percent]/[sell-percent]/[apikey]</nowiki>
+
=XcelData API=
 +
A collection of services shared by various XcelData products.
  
==URL Variable Breakdown==
+
==Version 0.1==
===output-format===
+
The first version in the zero-dot series.
''string: xml or json''
 
  
Specifies XML or JSON output.
+
===Current API Endpoints===
 
+
* Metal Feed: [[XcelDataAPI/Metal_Feed|https://api.xceldata.com/0.1/metal-feed/]]
===unit-type===
+
===Planned API Endpoints===
''string: dwt or gr''
+
* Address Standardization: [[XcelDataAPI/Fix_Address|https://api.xceldata.com/0.1/fix-address/]]
 
+
* Military Lending Act Search: [[XcelDataAPI/MLA_Lookup|https://api.xceldata.com/0.1/mla-lookup/]]
Specifies Pennyweight or Grams
+
* Report Processor: [[XcelDataAPI/Report_Processor|https://api.xceldata.com/0.1/report-processor/]]
 
 
===loan-percent, buy-percent and sell-percent===
 
''integer or decimal: range between 0 and 100''
 
 
 
Specifies the adjustments that will be shown to tellers.
 
 
 
===api-key===
 
''string: a valid store api key''
 
 
 
Store API keys can bet obtained from [https://app.xceldata.com/ app.xceldata.com]
 
 
 
 
 
==Example of good feeds (using dev store api key)==
 
[https://api.xceldata.com/0.1/metal-feed/xml/dwt/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93 https://api.xceldata.com/0.1/metal-feed/xml/dwt/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93]
 
 
 
[https://api.xceldata.com/0.1/metal-feed/xml/gr/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93 https://api.xceldata.com/0.1/metal-feed/xml/gr/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93]
 
 
 
[https://api.xceldata.com/0.1/metal-feed/json/dwt/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93 https://api.xceldata.com/0.1/metal-feed/json/dwt/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93]
 
 
 
[https://api.xceldata.com/0.1/metal-feed/json/gr/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93 https://api.xceldata.com/0.1/metal-feed/json/gr/60/80/150/1E17162A-8355-4FF2-8DCD-E5CEE676FD93]
 

Revision as of 19:19, 12 April 2018

This article documents features that are still in development.

Information may change rapidly as the event progresses, or if requirements change. The last updates to this article may not reflect the most current information.



XcelData API

A collection of services shared by various XcelData products.

Version 0.1

The first version in the zero-dot series.

Current API Endpoints

Planned API Endpoints