Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oa_ngrams is not working due to openalex api #281

Open
adrientaudiere opened this issue Sep 26, 2024 · 4 comments
Open

oa_ngrams is not working due to openalex api #281

adrientaudiere opened this issue Sep 26, 2024 · 4 comments
Labels

Comments

@adrientaudiere
Copy link

I rerun some script that worked a few weeks ago, and it seems that oa_ngrams is broken. I tried the example from the help page and it returns nothing. Maybe the ngrams api of openalex is no longer available as discuss in their documentation.

ngrams_data <- oa_ngrams(
    works_identifier = c("W1964141474", "W1963991285"),
    verbose = TRUE
)
@yjunechoe
Copy link
Collaborator

Thanks - we're aware of this problem and watching it closely! Since they say "The n-gram API endpoint is not currently in service", that seems to suggest it'll come back online - we can leave this issue open to track this.

BTW @trangdata do you know if OpenAlex have a status dashboard of sorts for their services that we can query/scrape?

@trangdata
Copy link
Collaborator

@yjunechoe Hmm do you mean a published table where we can see which endpoints are available? I can ask!

@yjunechoe
Copy link
Collaborator

Yeah - something like GitHub status! https://www.githubstatus.com/

@adrientaudiere
Copy link
Author

Ok, thank you kindly for your reactivity and this R package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants