You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/oeplatform-code/web-api/oekg-api/index.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,19 +15,28 @@ In this document we describe how you can access the contents of the OEKG via Web
15
15
16
16
Here is an example of how to query the Open Energy Knowledge Graph (OEKG) using SPARQL using python and the requests library for http requests.
17
17
18
+
!!! Info "OEP-API Token"
19
+
20
+
For authentication with the OEP-REST-API you have to register on <https://openenergyplatform.org/accounts/signup/> or sign in with you institution.
21
+
Once you are registered you can find your API Token in you Profile page under the "Settings" Tab. Clicks "Show Token" and copy the hash value.
22
+
23
+
See our more detailed guide on [how to get started with the OpenEnergyPlatform](https://openenergyplatform.github.io/academy/courses/02_start/#how-do-i-get-started-with-the-oep).
0 commit comments