[Home](/) / Appraise

# Appraise

## Appraise a list

Enter one item per line. Use Item 10, 10 Item, Item x 10, 10 x Item, or Item, 10. A tab between item and quantity also works. Examples: `Tritanium 1000`, `Rifter x 2`, or `5 x Pyerite`. Paste up to 1,000 lines.

Sell uses the lowest sell order. Buy uses the highest buy order. Estimates exclude fees and do not account for order depth. Totals exclude unavailable prices. Volumes use m³. Jita pricing falls back to the selected region when no Jita order is available. PLEX always uses the Global PLEX Market.

The Forge and Jita 4-4 are the defaults.

Fields: `text`, optional `region_id`, and optional `station_id`. Set `station_id` to `0` for the whole region.

Add an optional `reprocess` object to value the same list as minerals: `facility`, `station`, `rig`, `sec`, `reprocessing`, `efficiency`, `ore`, `scrapmetal`, `implant` and `tax`. Omit it and the response is exactly what it was before reprocessing existed. Reprocessing settings default to a plain 50% NPC station with no skills, because an unconfigured character is not a perfect refiner. Raise them to match your own character before trusting the verdict.

## API

```bash
curl -X POST http://127.0.0.1:8086/api/v1/appraise -H 'content-type: application/json' -d '{"text":"Tritanium 1000"}'
```

| Limit | Value |
| --- | --- |
| Lines | 1000 |
| Body bytes | 65536 |

