NAME

WWW::MetaForge - Perl client for MetaForge gaming APIs

VERSION

version 0.002

SYNOPSIS

# ARC Raiders API
use WWW::MetaForge::ArcRaiders;

my $api = WWW::MetaForge::ArcRaiders->new;
my $items = $api->items(search => 'Ferro');

# Generic Game Map Data API
use WWW::MetaForge::GameMapData;

my $maps = WWW::MetaForge::GameMapData->new;
my $markers = $maps->map_data(map => 'Dam');

DESCRIPTION

WWW::MetaForge provides Perl interfaces to the MetaForge gaming APIs.

Available APIs

CLI

The distribution includes the arcraiders command-line tool:

arcraiders items --search Ferro
arcraiders item ferro-i
arcraiders events --active
arcraiders traders

ATTRIBUTION

This module uses the MetaForge API: https://metaforge.app

Data is community-maintained. Please attribute MetaForge when using this data in public projects.

SEE ALSO

https://metaforge.app/arc-raiders/api

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-metaforge/issues.

IRC

You can reach Getty on irc.perl.org for questions and support.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.