LexisNexis Academic URL API Specification
| Line 1: | Line 1: | ||
You can create permanent links to search forms, sources, and even documents through URL API specification. Please visit our website to learn more about the process and download the instructions in .pdf form at the following address: | You can create permanent links to search forms, sources, and even documents through URL API specification. Please visit our website to learn more about the process and download the instructions in .pdf form at the following address: | ||
| − | + | Note: If you're looking for quick links to search particular sources in LexisNexis Academic, many of the links are already on the wiki. Click the Academic Links category below for a list of URL API links that have already been created and posted here for you. | |
| − | + | ||
| − | If you're looking for quick links to search particular sources in LexisNexis Academic, many of the links are already on the wiki. Click the Academic Links category below for a list of URL API links that have already been created and posted here for you. | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | |||
| − | + | === Download the Specification === | |
| − | PDF 97K | + | [http://www.amdev.net/docs/LexisNexisAcademicURLAPISpecification2007_12_12.pdf PDF 97K] |
| − | + | ||
| − | Frequently Asked Questions | + | ===Frequently Asked Questions=== |
What’s an “API”? | What’s an “API”? | ||
The acronym stands for “application programming interface.” It’s a mechanism that allows programmers to call functions within another application. In this case, you will be constructing a URL rather than writing a computer program. The application you will send instructions to is the LexisNexis Academic service itself, and you will be able to call the following three functions. | The acronym stands for “application programming interface.” It’s a mechanism that allows programmers to call functions within another application. In this case, you will be constructing a URL rather than writing a computer program. The application you will send instructions to is the LexisNexis Academic service itself, and you will be able to call the following three functions. | ||
| − | + | <ul> | |
| − | + | <li>Document-level link – retrieves a specific document.</li> | |
| − | + | <li>Source-level link – opens the Power Search form and populates the source selection options to facilitate user-initiated searching of a specific source.</li> | |
| − | + | <li>Search form link – open any search form in LexisNexis Academic.</li> | |
| + | </ul> | ||
The URL API is also used to support third-party vendors who provide article linking and federated search software to academic libraries. The developers of these systems can use the API to link authorized user automatically to full text documents in the LexisNexis Academic service. In the case of link resolvers, the required document is identified from a citation in a source database and, once LexisNexis Academic is identified as an appropriate target database, the API is used to deliver the full text document. Federated search services can use the API in a similar way, to link from a citation in their results list to the full-text document in LexisNexis Academic. | The URL API is also used to support third-party vendors who provide article linking and federated search software to academic libraries. The developers of these systems can use the API to link authorized user automatically to full text documents in the LexisNexis Academic service. In the case of link resolvers, the required document is identified from a citation in a source database and, once LexisNexis Academic is identified as an appropriate target database, the API is used to deliver the full text document. Federated search services can use the API in a similar way, to link from a citation in their results list to the full-text document in LexisNexis Academic. | ||
| Line 31: | Line 25: | ||
If you are an authorized user currently connected to your institution’s network, you should be able to try out the three different function by below by clicking on the URLs below. | If you are an authorized user currently connected to your institution’s network, you should be able to try out the three different function by below by clicking on the URLs below. | ||
| + | '''Document-level link Example:''' Link to an article in Chronicle of Higher Education | ||
| − | + | http://www.lexisnexis.com/us/lnacademic/api/version1/sr?shr=t&csi=171267&sr=BYLINE(Guterman)+AND+HLEAD(Journal+Eases+AND+Policy)+AND+DATE+IS+June+28+2002 | |
| − | + | ||
| − | + | ||
| − | + | '''Source-level link Example:''' Search the New York Times | |
| − | + | ||
| − | + | http://www.lexisnexis.com/us/lnacademic/api/version1/sf?shr=t&sfi=AC00NBGenSrch&csi=6742 | |
| − | + | ||
| + | '''Search form link Example:''' Open the Federal and State Cases Search Form | ||
| + | |||
| + | http://www.lexisnexis.com/us/lnacademic/api/version1/sf?shr=t&sfi=AC07STCseCmnSrch | ||
Do I Have To Install Anything? | Do I Have To Install Anything? | ||
| Line 47: | Line 42: | ||
When Will My Link Resolver Work with LexisNexis Academic? | When Will My Link Resolver Work with LexisNexis Academic? | ||
That depends on how quickly your provider is able to incorporate the URL API into its service. LexisNexis is currently working with the following companies and organizations to support their link resolver systems. If your provider is not on this list, please direct them to this webpage to obtain the Specification and LexisNexis contact information. | That depends on how quickly your provider is able to incorporate the URL API into its service. LexisNexis is currently working with the following companies and organizations to support their link resolver systems. If your provider is not on this list, please direct them to this webpage to obtain the Specification and LexisNexis contact information. | ||
| − | + | <ul> | |
| − | + | <li>CSA</li> | |
| − | + | <li>Ex Libris/SFX</li> | |
| − | + | <li>OCLC Openly Informatics</li> | |
| − | + | <li>OhioLINK</li> | |
| − | + | <li>Serials Solutions</li> | |
| − | + | <li>TDNet</li> | |
| + | </ul> | ||
Revision as of 08:40, 8 September 2008
You can create permanent links to search forms, sources, and even documents through URL API specification. Please visit our website to learn more about the process and download the instructions in .pdf form at the following address:
Note: If you're looking for quick links to search particular sources in LexisNexis Academic, many of the links are already on the wiki. Click the Academic Links category below for a list of URL API links that have already been created and posted here for you.
Download the Specification
Frequently Asked Questions
What’s an “API”? The acronym stands for “application programming interface.” It’s a mechanism that allows programmers to call functions within another application. In this case, you will be constructing a URL rather than writing a computer program. The application you will send instructions to is the LexisNexis Academic service itself, and you will be able to call the following three functions.
- Document-level link – retrieves a specific document.
- Source-level link – opens the Power Search form and populates the source selection options to facilitate user-initiated searching of a specific source.
- Search form link – open any search form in LexisNexis Academic.
The URL API is also used to support third-party vendors who provide article linking and federated search software to academic libraries. The developers of these systems can use the API to link authorized user automatically to full text documents in the LexisNexis Academic service. In the case of link resolvers, the required document is identified from a citation in a source database and, once LexisNexis Academic is identified as an appropriate target database, the API is used to deliver the full text document. Federated search services can use the API in a similar way, to link from a citation in their results list to the full-text document in LexisNexis Academic.
Can You Give Me an Example? If you are an authorized user currently connected to your institution’s network, you should be able to try out the three different function by below by clicking on the URLs below.
Document-level link Example: Link to an article in Chronicle of Higher Education
Source-level link Example: Search the New York Times
http://www.lexisnexis.com/us/lnacademic/api/version1/sf?shr=t&sfi=AC00NBGenSrch&csi=6742
Search form link Example: Open the Federal and State Cases Search Form
http://www.lexisnexis.com/us/lnacademic/api/version1/sf?shr=t&sfi=AC07STCseCmnSrch
Do I Have To Install Anything? No. The URL API Specification simply provides directions for constructing URLs. The API does all the work of interpreting these URLs within LexisNexis Academic.
When Will My Link Resolver Work with LexisNexis Academic? That depends on how quickly your provider is able to incorporate the URL API into its service. LexisNexis is currently working with the following companies and organizations to support their link resolver systems. If your provider is not on this list, please direct them to this webpage to obtain the Specification and LexisNexis contact information.
- CSA
- Ex Libris/SFX
- OCLC Openly Informatics
- OhioLINK
- Serials Solutions
- TDNet
Return back to the Academic page.