Library
The Library API allows you to get information about the currently open Eagle library.
Endpoints Overview
Method
Endpoint
Description
GET /api/v2/library/info
Response
{
"status": "success",
"data": {
"name": "My Design Library",
"path": "D:\\Eagle Libraries\\My Design Library.library",
"modificationTime": 1700000000000,
"applicationVersion": "4.0",
"folders": [],
"smartFolders": [],
"quickAccess": [],
"tagGroups": []
}
}Example
GET /api/v2/library/history
Query Parameters
Response
Examples
POST /api/v2/library/switch
Request Body
Response
Example
GET /api/v2/library/icon
Query Parameters
Response
Example
Library Properties
Property
Type
Description
Last updated