All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
GetJournalId | Get /journal/id/{journal_id} | |
GetJournalIssn | Get /journal/issn/{issn} |
Journal GetJournalId(ctx, journalId)
An endpoint to get journal from the id
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
journalId | int32 | OpenAlex id of the journal |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Journal GetJournalIssn(ctx, issn)
An endpoint to get journal from an ISSN
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
issn | string | ISSN of the journal |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]