[Home](/) / Appraise

# Appraise

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.

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.

## 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 |

