--- layout: default_v2 language: default critical_css: permalink: /validator/ nav_top_show: true sitemap: true t_meta_title: Altametrics validator API | Altametrics for Developers t_meta_description: Find everything you need to integrate Altametrics into your own application. The Altametrics Platform is seamless to integrate with and improves your business operations. #----- Hero_Page -----# hero_page_img_1: hubworks-validator.png hero_page_headline_1: Altametrics for Developers hero_page_subheadline_1: Find everything you need to integrate Altametrics into your own application hero_page_subheadline_2: Getting your POS data doesn’t need to be difficult. The Altametrics Platform is seamless to integrate with and improves your business operations. ---

{{ page.hero_page_headline_1 }}

{{ page.hero_page_subheadline_1 }}

{{ page.hero_page_subheadline_2 }}

{% capture image_loc %} developers/{{ page.hero_page_img_1 }} {% endcapture %} {% picture hero_3_img {{ image_loc }} alt="{{ image_loc | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-responsive" %}
{% for item in site.data.developers.validator %}
{% picture validator_icon developers/{{ item.icon }} alt="{{ item.icon | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-responsive" %}

{{item.title}}

{{item.description}}

{% if item.external %} {{item.fa_icon}} {{item.btn_text}} {% else %} {{item.fa_icon}} {{item.btn_text}} {% endif %}
{% endfor %}