Version Eye API

Version Eye API

VersionEye is a cross-platform search engine for free/libre/open source software libraries.
                  {
    "result": {
        "organisation": "versioneye",
        "project_filter": null,
        "max_pages": 6,
        "current_page": 1,
        "total_count": 253,
        "per_page": 50,
        "project_scans": [
            {
                "id": "604cdcd7319f0564a8648682",
                "name": "ve-web",
                "source": "API",
                "file_count": 2,
                "file_ids": [
                    "604cdcd7319f0564a8648683",
                    "604cdcd7319f0564a86486e6"
                ],
                "dependencies_count": 999,
                "unknown_count": 0,
                "outdated_count": 330,
                "outdated_perc_count": 33,
                "license_violations_count": 0,
                "license_unknown_count": 0,
                "sv_count": 0,
                "post_process": false,
                "created_at": "2021-03-13T15:40:07.236Z"
            },
            {
                "id": "604cdbc9319f0564a8648661",
                "name": "ve-core",
                "source": "API",
                "file_count": 1,
                "file_ids": [
                    "604cdbc9319f0564a8648662"
                ],
                "dependencies_count": 31,
                "unknown_count": 0,
                "outdated_count": 0,
                "outdated_perc_count": 0,
                "license_violations_count": 0,
                "license_unknown_count": 0,
                "sv_count": 0,
                "post_process": false,
                "created_at": "2021-03-13T15:35:37.015Z"
            }
        ]
    }
}
              

Response example. If you want to see more check the documentation.

VersionEye was a platform that provided an API to track and manage dependencies in software projects. The API allowed developers to integrate version and security information for libraries and packages used in their projects.

By using the VersionEye API, users could retrieve detailed data about the dependencies, including version history, updates, and potential security vulnerabilities. It helped developers keep their projects up to date and secure by automating dependency management and monitoring.