/FFLs GET

Returns FFLs as a List Response sorted by distance descending based upon the Lat / Long given.

URL
/FFLs
Verb
GET

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string Optional The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the query string of the request.

Parameter Data Type Valid Values Description
Latitude decimal +/- 180 The latitude to search. Optional if State is specified
Longitude decimal +/- 180 The longitude to search. Optional if State is specified
Radius decimal positive # An optional parameter to filter results based upon the radius measured in miles.
State string 2 character abbreviation for the state An optional parameter to only return results for a given state.
Detailed boolean true,false An optional parameter to request more detail for each matching FFL.
Sort integer 0 - Sort by distance

1 - Sort by license on file, then dist
An optional parameter to specify the sorting on returned FFLs. The default is 0.

Optional PagingParameters

Output

If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON

The output from this call depends on the value or existence of the Detailed parameter

When Detailed is not provided or is false

Parameter Data Type Valid Values Description
FFLID integer positive integer The id of the FFL.
Company string string The company name for the FFL.
Distance decimal 0 to positive # The distance from the given search criteria of the FFL.
Latitude decimal decimal The Latitude for the FFL.
Longitude decimal decimal The Longitude for the FFL.
Name string string The name of the FFL. May be an empty string.

When Detailed is true

Parameter Data Type Valid Values Description
FFLID integer positive integer The id of the FFL.
Address1 string string The street address for the FFL.
Address2 string string The street address for the FFL.
CellPhone string string The cell phone number for the FFL.
City string string The city for the FFL.
Company string string The company name for the FFL.
Fax string string The fax number for the FFL.
HandGunDescription string string The Hand Gun Fee Description for the FFL.
HandGunFee decimal decimal The Hand Gun Fee for the FFL.
Hours string string The hours of operation for the FFL.
Latitude decimal decimal The Latitude for the FFL.
Longitude decimal decimal The Longitude for the FFL.
LongGunDescription string string The Long Gun Fee Description for the FFL.
LongGunFee decimal decimal The Long Gun Fee for the FFL.
LicenseNumber string string The FFL license number.
Name string string The name of the FFL.
NICSGunDescription string string The NICS Fee Description for the FFL.
NICSGunFee decimal decimal The NICS Fee for the FFL.
OtherDescription string string The Other Fee Description for the FFL.
OtherFee decimal decimal Any Other Fee for the FFL.
OtherPhone string string The other phone number for the FFL.
Phone string string The phone number for the FFL.
PromotionalText string string Promotional text as entered by the FFL.
State string string The state for the FFL.
Website string string The FFL Dealer's website.
Zip string string The zip code for the FFL.

Links

Rel Description Condition
details FFL Dealer details