---
title: "Get malware packages"
method: GET
path: "/research/malware/packages"
---

# Get malware packages

`GET /research/malware/packages`

Get malware packages

## Query parameters

- `page` integer
- `per_page` integer
- `search` string
- `filter_ecosystem` 'npm' | 'cargo' | 'pypi' | 'packagist' | 'golang' | 'maven' | 'nuget' | 'ruby' | 'open_vsx' | 'github_act' | 'vscode' | 'chrome' | 'wordpress' | 'skills_sh'

## Response `200`

A list of malware packages

- object[]
  - `id` integer — The ID of the malware package
  - `ecosystem` string — The ecosystem of the malware package
  - `package_name` string — The name of the malware package
  - `version` string — The version of the malware package
  - `status` string — The status of the malware package
  - `release_date` integer — The release date of the malware package
  - `detected_on` integer — The date the malware package was detected
  - `last_updated` integer — The date the malware package was last updated
  - `reasons` unknown[] — The reasons the malware package was detected
    - unknown

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
