API Services

Below are all the services and countries provided by <%= api %> Api. Add your profit margin and hit submit to import all of them.


API Country + Services

<% apiServices.forEach(function (data, i){ %>

<% if(data[0].err){ %>

This Country server will not be added because API for this server has responded with: <%= data[0].err %>

<% } else { %>
Profit Margin: %
Enter the profit margin in percentage you would like to have on services of this server.
<% var [arr_one, arr_two] = sliceArrayIntoTwo(data[0]?.list || []) %> <% arr_one.forEach(function (obj, index){ %>
service logo <%= obj.name %> - ₹<%= obj.profitAmt %>
<%= obj.description %>
<% if(arr_two[index]){ %>
service logo <%= arr_two[index].name %> - ₹<%= arr_two[index].profitAmt %>
<%= arr_two[index].description %>
<% } %>
<% }) %> <% } %>
<% }) %>