{
"states": [
"Alabama",
"Alaska",
"Arizona",
"Arkansas",
"California",
"Colorado",
"Connecticut",
"Delaware",
"Florida",
"Georgia",
"Hawaii",
"Idaho",
"Illinois",
"Indiana",
"Iowa",
"Kansas",
"Kentucky",
"Louisiana",
"Maine",
"Maryland",
"Massachusetts",
"Michigan",
"Minnesota",
"Mississippi",
"Missouri",
"Montana",
"Nebraska",
"Nevada",
"New Hampshire",
"New Jersey",
"New Mexico",
"New York",
"North Carolina",
"North Dakota",
"Ohio",
"Oklahoma",
"Oregon",
"Pennsylvania",
"Rhode Island",
"South Carolina",
"South Dakota",
"Tennessee",
"Texas",
"Utah",
"Vermont",
"Virginia",
"Washington",
"West Virginia",
"Wisconsin",
"Wyoming"
]
}
curl --location --request POST 'https://zylalabs.com/api/9849/us+ghostly+sites+api/18502/get+list+of+states+with+haunted+places' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
{
"state": [
"Utah"
],
"places": [
"The Rio Grande Depot"
]
}
curl --location --request POST 'https://zylalabs.com/api/9849/us+ghostly+sites+api/18505/get+haunted+places+in+specific+state' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"Required"}'
{
"State": "Utah",
"Place Names": "The Rio Grande Depot",
"What People See": "A woman in a purple dress and hat, who was struck by a train and killed while retrieving her dropped engagement ring from the tracks. It is said she can also be heard singing from the women's restrooms."
}
curl --location --request POST 'https://zylalabs.com/api/9849/us+ghostly+sites+api/18508/get+details+of+paranormal+phenomena+at+specific+place' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"place":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the US Ghostly Sites API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
The US Ghostly Sites API enables developers and researchers to retrieve curated data about haunted locations across U.S. states. Rather than exposing all data in a single request, the API is designed with modular endpoints that support state-level queries, place-level lookups, and paranormal phenomena descriptions. This design allows developers to: Retrieve a list of states that have haunted places. Query haunted places within a given state. Fetch details about what people reportedly see or experience at a particular location. It’s useful for building paranormal research apps, tourism platforms, or even for spooky seasonal projects like Halloween-themed mobile apps.
You can use the state-level query endpoint to retrieve a list of haunted places within a specified state. This allows you to focus your search based on geographic location.
The API can be used to build various applications such as paranormal research tools, tourism platforms highlighting haunted sites, or Halloween-themed mobile apps that provide spooky content to users.
The API returns data in a structured format, typically JSON, including fields such as state name, place name, and descriptions of reported paranormal experiences, allowing for easy integration into applications.
The US Ghostly Sites API provides structured data about haunted locations in the United States, including lists of states with haunted places, details of haunted places within specific states, and descriptions of paranormal phenomena reported at those locations. This data is organized in a modular format, allowing for targeted queries.
Each endpoint returns structured data related to haunted locations. The "get list of states" endpoint provides a list of states with haunted places. The "get haunted places" endpoint returns names of haunted sites within a specified state. The "get details of paranormal phenomena" endpoint offers descriptions of reported experiences at specific locations.
Key fields include "states" for the list of states, "places" for haunted locations within a state, and "What People See" for descriptions of paranormal phenomena. Each response is structured to provide clear and relevant information based on the endpoint used.
The main parameters include the state name for the "get haunted places" endpoint and the place name for the "get details of paranormal phenomena" endpoint. These parameters allow users to customize their queries to retrieve specific data.
Response data is organized in JSON format, with each endpoint returning an array of objects. For example, the haunted places endpoint returns an object containing the state and an array of places, while the phenomena details endpoint includes state, place names, and descriptions of experiences.
Typical use cases include developing apps for paranormal research, creating tourism guides for haunted locations, and designing Halloween-themed content. The modular nature of the API allows for targeted data retrieval based on user interests.
Data accuracy is maintained through careful curation of haunted locations and reported phenomena. The API sources information from reputable paranormal research and historical accounts, ensuring that the data reflects credible experiences.
Users can utilize the returned data by integrating it into applications that display haunted locations, create interactive maps, or provide detailed descriptions of paranormal experiences. The structured format allows for easy parsing and display in various user interfaces.
Standard data patterns include lists of states with haunted places, followed by specific haunted locations within those states, and detailed descriptions of experiences at each location. Users can expect consistent formatting across responses, facilitating straightforward data handling.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund