@@ -14,17 +14,17 @@ Before you begin developing tools for use across the community, you should fully
1414familiarize yourself with the relevant official APIs and specifications:
1515
1616- [ minFraud service REST API] ( /minfraud/api-documentation/#request-and-response-api-references )
17- - [ GeoIP2 and GeoLite2 service REST API] ( /geoip/docs/web-services#request-and-response-api-references )
18- - [ GeoIP2 and GeoLite2 MMDB format specification] ( https://github.com/maxmind/MaxMind-DB/blob/main/MaxMind-DB-spec.md )
17+ - [ GeoIP and GeoLite service REST API] ( /geoip/docs/web-services#request-and-response-api-references )
18+ - [ GeoIP and GeoLite MMDB format specification] ( https://github.com/maxmind/MaxMind-DB/blob/main/MaxMind-DB-spec.md )
1919
2020You may also want to look at some of the unofficial APIs that we’ve featured.
2121While MaxMind does not support or maintain unofficial APIs, you can get a
2222feeling for the quality of contributions that we feature:
2323
2424- [ minFraud service Magento 2 Plugin] ( https://www.weltpixel.com/magento2-maxmind-fraud-prevention-minfraud.html )
25- - [ GeoIP2 and GeoLite2 web services Unofficial APIs] ( /geoip/docs/web-services/#third-party-client-apis )
26- - [ GeoIP2 and GeoLite2 database Unofficial APIs] ( /geoip/docs/databases/#unofficial-client-apis )
27- - [ GeoIP2 and GeoLite2 database Integrations (for MMDB format)] ( /geoip/docs/databases/#integrations )
25+ - [ GeoIP and GeoLite web services Unofficial APIs] ( /geoip/docs/web-services/#third-party-client-apis )
26+ - [ GeoIP and GeoLite database Unofficial APIs] ( /geoip/docs/databases/#unofficial-client-apis )
27+ - [ GeoIP and GeoLite database Integrations (for MMDB format)] ( /geoip/docs/databases/#integrations )
2828
2929You can also peruse our organization and projects on GitHub to get a sense of
3030how we develop for MaxMind’s products and services. Some good examples to look
@@ -39,8 +39,8 @@ Well-developed client APIs in languages we don’t already support are especiall
3939useful. We also appreciate efforts to develop plugins for popular content
4040management systems, as well as analytics and shopping cart software. In order
4141for your tools to be featured on our developer portal, they must work with one
42- of our paid products or services (GeoIP2 or minFraud). GeoLite2 databases and
43- service integrations should be compatible with GeoIP2 products and services with
42+ of our paid products or services (GeoIP or minFraud). GeoLite databases and
43+ service integrations should be compatible with GeoIP products and services with
4444minor modifications.
4545
4646## Sharing Your Tools
0 commit comments