Skip to main content
All CollectionsIntegrations πŸ”πŸ›’
How to Access Greasebook's API to Import Data to your System
How to Access Greasebook's API to Import Data to your System

How to get your data from Greasebook into your local system

Alex Castaneda P. Eng avatar
Written by Alex Castaneda P. Eng
Updated over a week ago

In this article we'll explain precisely how you can get your data from Greasebook's servers by accessing our Public API. βŒ¨οΈπŸ‘Ύ

The API can be accessed through the following URL: https://integration.greasebook.com/index.html.

Through the URL outlined above you'll also find basic documentation for the different calls you can make to the server to retrieve your production data.

To retrieve your data, simply make a call to the API URL appending the termination for the information you need (found in the documentation above...)
​
For example you can get your daily Allocations by using the following method (HTTP Get):
​https://integration.greasebook.com/api/v1/wells/allocation?start=04/01/2020&end=05/22/2020&apiKey={YourCompanyKey}

Where:

  • start refers to the initial date

  • end to the ending date

  • apiKey refers to the unique Key we provide to each operator.

You can see an example of how it works at the main URL below:

The data is sent to you in json format and it looks like this:

Finally, if you need any data that's not already outlined in the documentation INDEX, you can request it by email or via the help desk chat and we'll be glad to discuss!
​
In the meantime, safe operating and happy API'ing!! πŸ›’πŸ‘Ύ
​ 
​

Did this answer your question?