Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name of FunctionLink Syntax
Link to the BrowZine Home Page for a specific Library

https://browzine.com/libraries/:library_id

Example: https://browzine.com/libraries/73

Link to the BrowZine Home Page with a query pre-populated

https://browzine.com/libraries/:library_id/subjects?query=surgery

Example: https://browzine.com/libraries/73/subjects?query=surgery

Example (ISSN): https://browzine.com/libraries/73/subjects?query=2044-7248

Example (ISSN, no dash): https://browzine.com/libraries/73/subjects?query=20447248

Link to the BrowZine Home Page with a query pre-populated, filtering to show journals only

https://browzine.com/libraries/:library_id/subjects?filter=journals&query=surgery

Example: http://browzine.com/libraries/73/subjects?filter=journals&query=surgery

Link to the BrowZine Home Page with a query pre-populated, filtering to show subjects only

http://browzine.com/libraries/:library_id/subjects?filter=bookshelves&query=surgery

Example: http://browzine.com/libraries/73/subjects?filter=bookshelves&query=surgery

Link to a Taxonomy Category for a specific Library

https://browzine.com/libraries/:library_id/subjects/:subject_id/bookcases/:bookcases_id/bookshelves/:bookshelves_id

Example: https://browzine.com/libraries/73/subjects/60/bookcases/94/bookshelves/319

Link to a Taxonomy Category for a specific Library sorted by SJR Value

https://browzine.com/libraries/:library_id/subjects/:subject_id/bookcases/:bookcases_id/bookshelves/:bookshelves_id?sort=rank

Example: http://browzine.com/libraries/73/subjects/60/bookcases/94/bookshelves/319?sort=rank

**Note. Without this qualifier the sort is by title. You can force this as well by using ?sort=title

Link to the current issue of a Journal for a specific Library by journal ID

https://browzine.com/libraries/:library_id/journals/:journal_id/issues/current

Example: http://browzine.com/libraries/73/journals/37259/issues/current

Link to the current issue of a Journal for a specific Library by ISSN

https://api.thirdiron.com/v2/libraries/:library_id/external-search?query=:journal_issn 

Example: https://api.thirdiron.com/v2/libraries/73/external-search?query=2044-7248

**Note - the above will automatically forward to the /current link shown above if the ISSN matches a journal in BrowZine. If it does not, it will attempt to execute the ISSN search into the library's A-Z system automatically.

...