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
I am currently working on a project where I aim to fetch surf forecast data using Surfline's v2 API. I followed the instructions in your repository, but I encountered a few challenges:
When using the login endpoint (https://services.surfline.com/user/login), I receive a 401 Unauthorized error despite providing valid Premium credentials.
I attempted to call the forecast endpoint (https://services.surfline.com/kbyg/spots/forecast) with the required parameters and authorization token, but I still couldn't fetch the data.
Could you kindly clarify:
Are there any additional headers or parameters required for successful authentication?
Is there an updated example of how to structure the requests for v2?
Thank you for your work on this project. I appreciate your guidance!
The text was updated successfully, but these errors were encountered:
I believe everything in my documentation is accurate and currently working, but you can of course check the code to verify that. Bear in mind that this API is officially undocumented, and I've done my best to document what I've discovered.
I believe everything in my documentation is accurate and currently working, but you can of course check the code to verify that. Bear in mind that this API is officially undocumented, and I've done my best to document what I've discovered.
Thanks for your quick reply! I've found another API called storm glass and it has accurate surf info too : )
I am currently working on a project where I aim to fetch surf forecast data using Surfline's v2 API. I followed the instructions in your repository, but I encountered a few challenges:
https://services.surfline.com/user/login
), I receive a401 Unauthorized
error despite providing valid Premium credentials.https://services.surfline.com/kbyg/spots/forecast
) with the required parameters and authorization token, but I still couldn't fetch the data.Could you kindly clarify:
Thank you for your work on this project. I appreciate your guidance!
The text was updated successfully, but these errors were encountered: